Back to Aurora Vision Library Lite website
You are here: Start » System » File System » TestDirectoryExists
TestDirectoryExists
| Header: | STD.h |
|---|---|
| Namespace: | avl |
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 |


