static bool | Creates a directory recursively if desired and returns true if successful |
static bool | Deletes a directory and returns true if the directory no longer exists |
static bool Meta.WitAi.Utilities.IOUtility.CreateDirectory ( string directoryPath, bool recursively ) |
---|
Creates a directory recursively if desired and returns true if successful Parameters directoryPath The directory to be created recursivelyWill traverse parent directories if needed Returns Returns true if the directory exists |
static bool Meta.WitAi.Utilities.IOUtility.DeleteDirectory ( string directoryPath, bool forceIfFilled ) |
---|
Deletes a directory and returns true if the directory no longer exists Parameters directoryPath The directory to be created forceIfFilledWhether to force a deletion if the directory contains contents Returns Returns true if the directory does not exist |