FileSystemEntryInfoIsSparseFile Property |
The instance is a sparse file. Sparse files are typically large files whose data consists of mostly zeros.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsSparseFile { get; }
Public ReadOnly Property IsSparseFile As Boolean
Get
public:
property bool IsSparseFile {
bool get ();
}
member IsSparseFile : bool with get
Property Value
Type:
BooleanSee Also