Back to FabImage Studio website
You are here: Start » Filter Reference » System » File System » FindFiles_Deprecated
Module: | FoundationLite |
---|
Returns files of the input directory.
Name | Type | Description | |
---|---|---|---|
![]() |
inStartDirectory | Directory | Input directory |
![]() |
inMask | String | Regular expression |
![]() |
inSubdirs | Bool | Read subdirectories |
![]() |
inSortingOrder | FileSortingOrder | Sorting order |
![]() |
outFilePaths | FileArray | File paths |
![]() |
outFileNames | StringArray | File names |
![]() |
outFound | Bool |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Given start directory is invalid in FindFiles. |
IoError | Error opening start directory in FindFiles. |
Complexity Level
This filter is available on Basic Complexity Level.