DriveInfoDriveFormat Property |
Gets the name of the file system, such as NTFS or FAT32.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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