Method | Description | |
---|---|---|
CreateFile ( string fileName ) : |
Creates a file in the temporary directory.
|
|
Dispose ( ) : void |
Disposes the temporary directory by deleting it and its content.
|
|
TemporaryDirectory ( ) : System |
Creates a temporary directory.
|
|
ToString ( ) : string |
Represents the temporary directory as string.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public CreateFile ( string fileName ) : |
||
fileName | string | |
return |