NanoByte.Common
2.7.0
|
Like TemporaryDirectory but also sets the current working directory to TemporaryDirectory.Path. More...
Public Member Functions | |
TemporaryWorkingDirectory (string prefix) | |
![]() | |
TemporaryDirectory ([Localizable(false)] string prefix) | |
Creates a uniquely named, empty temporary directory on disk. More... | |
void | Dispose () |
Deletes the temporary directory. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Additional Inherited Members | |
![]() | |
static implicit | operator string (TemporaryDirectory dir) |
![]() | |
string | Path [get] |
The fully qualified path of the temporary directory. More... | |
Like TemporaryDirectory but also sets the current working directory to TemporaryDirectory.Path.