|
Swiss Army Knife
General utility tools for Scada Minds
|
Creates 0-byte, temporary file in the system temp location. When disposing this object, the file is deleted. More...
Public Member Functions | |
| void | Dispose () |
| Deletes the temporary file that this fixture governed. More... | |
Static Public Member Functions | |
| static TemporaryFileFixture | Create () |
| Create a TemporaryFileFixture. This method performs IO. More... | |
Properties | |
| string | Path [get] |
| Gets the path to the temporary file that this fixture governs. More... | |
| FileInfo | FileInfo [get] |
| Gets the FileInfo field that wraps the field that this fixture governs. More... | |
Creates 0-byte, temporary file in the system temp location. When disposing this object, the file is deleted.
|
static |
Create a TemporaryFileFixture. This method performs IO.
|
inline |
Deletes the temporary file that this fixture governed.
|
get |
Gets the FileInfo field that wraps the field that this fixture governs.
|
get |
Gets the path to the temporary file that this fixture governs.