API reference

IOUtility Class

Static Member Functions

Creates a directory recursively if desired and returns true if successful
Parameters
directoryPath
The directory to be created
recursively
Will traverse parent directories if needed
Returns
Returns true if the directory exists
Deletes a directory and returns true if the directory no longer exists
Parameters
directoryPath
The directory to be created
forceIfFilled
Whether to force a deletion if the directory contains contents
Returns
Returns true if the directory does not exist