Back to FabImage Library website
You are here: Start » Function Reference » System » File System » FindDirectories
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Returns subdirectories of the input directory.
Syntax
void fil::FindDirectories ( const ftl::Directory& inStartDirectory, bool inRecursive, ftl::Optional<fil::FileSortingOrder::Type> inSortingOrder, ftl::Array<ftl::Directory>& outDirectories, bool& outFound = ftl::Dummy<bool>() )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inStartDirectory | const Directory& | \".\" | |
![]() |
inRecursive | bool | ||
![]() |
inSortingOrder | Optional<FileSortingOrder::Type> | NIL | Sorting order |
![]() |
outDirectories | Array<Directory>& | ||
![]() |
outFound | bool& | Dummy<bool>() |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Given start directory is invalid in FindDirectories. |