TestimoX

API Reference

Class

TempFile

Namespace ADPlayground.IO.FileSystemHelpers
Assembly ADPlayground
Implements
IDisposable
Modifiers sealed

Represents a temporary file that is deleted when disposed.

Inheritance

  • Object
  • TempFile

Methods

public static TempFile Create() #
Returns: TempFile

Creates a new temp file entry and returns a TempFile wrapper.

public virtual Void Dispose() #
Returns: Void

Deletes the file, ignoring IO exceptions.

Properties

public String Path { get; } #

Gets the full path to the temporary file.