VolumeInfoFileSystemName Property |
Gets the name of the file system, for example, the FAT file system or the NTFS file system.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string FileSystemName { get; }
Public ReadOnly Property FileSystemName As String
Get
public:
property String^ FileSystemName {
String^ get ();
}
member FileSystemName : string with get
Property Value
Type:
StringThe name of the file system.
See Also