Back to FabImage Library website
You are here: Start » Function Reference » System » File System » TestDirectoryExists
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Checks if a given directory is present.
Syntax
void fil::TestDirectoryExists ( const ftl::Directory& inDirectory, bool& outExists )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
IoError | Path is not a directory in TestDirectoryExists |