Click or drag to resize

FileSystemVolume Properties

The FileSystemVolume type exposes the following members.

Properties
  NameDescription
Public propertyDeviceName
Gets the device name.
Public propertyDriveType
Gets the drive type.
Public propertyFileSystemName
Gets the file system name.
Public propertyFlags
Gets flags associated with the specified file system.
Public propertyFreeBytesAvailableToCaller
Gets the total number of free bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyGuid
Gets the volume GUID path.
Public propertyLogicalDrives
Gets the list of drive letters.
Public propertyMaximumComponentLength
Gets the maximum length, in characters, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes.
Public propertyName
Gets the volume name.
Public propertyPathNames
Gets the list of drive letters and mounted folder paths.
Public propertySerialNumber
Gets the serial number that the operating system assigns when a hard disk is formatted.
Public propertyTotalNumberOfBytes
Gets the total number of bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyTotalNumberOfFreeBytes
Gets the total number of free bytes on a disk.
Top
See Also