Back to FabImage Library website
You are here: Start » Function Reference » All Functions » File System » FisFilter_RemoveDirectory
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Removes a directory, with all files and subdirectories.
Syntax
void fis::FisFilter_RemoveDirectory ( const ftl::Directory& inDirectory, bool& outSuccess )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
IoError | Path is not a directory in RemoveDirectory |