The following tables list the members exposed by TempDirectory.
Name | Description | |
---|---|---|
TempDirectory Constructor | Overloaded. |
Name | Description | |
---|---|---|
Exists | Returns true if the current temp directory exists. | |
Info | Returns the FileInfo object for this temp directory. | |
TempPath | Returns the temporary directory path being managed. |
Name | Description | |
---|---|---|
Attach | Attaches a new instances of a TempFile to the provided directory path | |
CopyTo | Overloaded. Copies the file content to the specified target file name | |
DeepCopy | Creates a deep-copy of the directory contents | |
Delete | Overloaded. Safely delete the provided directory name | |
Detatch | Detatches this instance from the temporary directory and returns the temp directory's path | |
Dispose | Overloaded. Disposes of the temporary directory |