fmod_system_readDir
Returns an array of file and directory names from a given path, filtered by the specified readDirFiltersFlag value.
Instructions
Returns a string array from the filters specified by readDirFiltersFlag from the filePath . If readDirFiltersFlag is not defined in the function call, a default of system.readDirFilters.AllEntries will be used. The available options are described by the system.readDirFilters enum. Returns a string array from the filters specified by readDirFiltersFlag from the filePath . [method · system.readDir]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| readDirFiltersFlag | Yes |