Back to FabImage Library Lite website
You are here: Start » System » File System » TestDirectoryEmpty
TestDirectoryEmpty
| Header: | STD.h |
|---|---|
| Namespace: | fil |
Checks if a given directory is empty.
Syntax
void fil::TestDirectoryEmpty ( const ftl::Directory& inDirectory, bool& outEmpty )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| IoError | Directory does not exist in TestDirectoryEmpty |
| IoError | Path is not a directory in TestDirectoryEmpty |


