Class TemporaryFile
- Namespace
- FellowOakDicom.IO
- Assembly
- fo-dicom.core.dll
Support class for creating a temporary file.
public static class TemporaryFile
- Inheritance
-
TemporaryFile
- Inherited Members
Properties
StoragePath
Gets or sets the directory location of the temporary files.
public static string StoragePath { get; set; }
Property Value
Methods
Create()
Creates a temporary file and returns its name.
public static IFileReference Create()
Returns
- IFileReference
Name of the temporary file.