Back to Adaptive Vision Library website
You are here: Start » Function Reference » File System » RemoveDirectory
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Removes a directory, with all files and subdirectories.
Syntax
void avl::RemoveDirectory ( const atl::Directory& inDirectory, bool& outSuccess )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Path is not a directory in RemoveDirectory |


