DriveInfoDriveFormat Property |
Gets the name of the file system, such as NTFS or FAT32.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string DriveFormat { get; }
Public ReadOnly Property DriveFormat As String
Get
public:
property String^ DriveFormat {
String^ get ();
}
member DriveFormat : string with get
Property Value
Type:
StringRemarks Use DriveFormat to determine what formatting a drive uses.
See Also