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


