Swiss Army Knife
General utility tools for Scada Minds
|
Creates an empty, temporary directory located at "{SYSTEM_TMP_DIR}/{guid}" When disposing this object, the directory and all contents are deleted. More...
Public Member Functions | |
void | Dispose () |
Recursively deletes the temporary directory and all its content. More... | |
Static Public Member Functions | |
static TemporaryDirectoryFixture | Create () |
Creates a TemporaryDirectoryFixture and the underlying directory. This class performs IO. More... | |
Properties | |
string | DirectoryPath [get] |
Gets the path to the temporary directory. More... | |
DirectoryInfo | DirectoryInfo [get] |
Gets the DirectoryInfo that wraps the underlying temporary directory. More... | |
Creates an empty, temporary directory located at "{SYSTEM_TMP_DIR}/{guid}" When disposing this object, the directory and all contents are deleted.
|
static |
Creates a TemporaryDirectoryFixture and the underlying directory. This class performs IO.
|
inline |
Recursively deletes the temporary directory and all its content.
|
get |
Gets the DirectoryInfo that wraps the underlying temporary directory.
|
get |
Gets the path to the temporary directory.