FileSystemEntryInfoIsTemporary Property |
The instance is temporary. A temporary file contains data that is needed while an application is executing but is not needed after the application is finished.
File systems try to keep all the data in memory for quicker access rather than flushing the data back to mass storage.
A temporary file should be deleted by the application as soon as it is no longer needed.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsTemporary { get; }
Public ReadOnly Property IsTemporary As Boolean
Get
public:
property bool IsTemporary {
bool get ();
}
member IsTemporary : bool with get
Property Value
Type:
BooleanSee Also