AutoTempFile Class |
Namespace: MFiles.VAF.Common
The AutoTempFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsValid |
Resolves if the object encapsulates a controlled file path.
|
![]() | Path |
The controlled temporary folder.
|
Name | Description | |
---|---|---|
![]() ![]() | Attach |
Attaches and takes ownership of an existing temporary file.
|
![]() ![]() | Create |
Creates a automatically controlled temporary file.
|
![]() | Detach |
Detaches the temporary file from the object, so that the object doesn't control the file any longer.
The caller receives the ownership of the file.
|
![]() | Dispose |
Deletes the temporary folder (with content).
|
![]() | Dispose(Boolean) |
Deletes the temporary folder (with content).
|
![]() | Finalize |
Finalizer.
(Overrides ObjectFinalize.) |