VolumeInfoSupportsSparseFiles Property |
The specified volume supports sparse files.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool SupportsSparseFiles { get; }
Public ReadOnly Property SupportsSparseFiles As Boolean
Get
public:
property bool SupportsSparseFiles {
bool get ();
}
member SupportsSparseFiles : bool with get
Property Value
Type:
BooleanSee Also