Click or drag to resize
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.0
Syntax
public string DriveFormat { get; }

Property Value

Type: String
Remarks
Use DriveFormat to determine what formatting a drive uses.
See Also