FindMode uses ConstantsTrait
FileExtension
Enumeration class that defines various mode options to use in the findFiles function.
Tags
Table of Contents
Constants
- BOTH : string = 'both'
- List files and directories.
- DIRS : string = 'dirs'
- List directories only.
- FILES : string = 'files'
- List files only.
Constants
BOTH
List files and directories.
public
string
BOTH
= 'both'
DIRS
List directories only.
public
string
DIRS
= 'dirs'
FILES
List files only.
public
string
FILES
= 'files'