Method | Description | |
---|---|---|
ResetOrCreateDirectory ( IFileSystem fs, string directoryPath ) : void |
Deletes the specified directory if it exists, then creates it.
|
public static ResetOrCreateDirectory ( IFileSystem fs, string directoryPath ) : void | ||
fs | IFileSystem | The file system. |
directoryPath | string | The directory path. |
return | void |