Class TempFile
Represents a temporary file that can be disposed of.
Implements
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class TempFile : IDisposable
Constructors
| Name | Description |
|---|---|
| TempFile() | Creates a file in temporary location. |
| TempFile(FileInfo) | Creates a copy of the provided source file in a temporary location. |
| TempFile(string) | Creates a file with given extension(starting with '.') in temporary location. |
Properties
| Name | Description |
|---|---|
| File | Gets the temporary file information. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes of the temporary file by attempting to delete it. |
| ToString() |