Skip to main content

TdxPSFileBasedExplorerFolder.IsVolume Property

Determines whether the current folder is a volume.

Declaration

property IsVolume: Boolean read;

Property Value

Type
Boolean

Remarks

The IsVolume property returns True if the current folder is a volume, otherwise False is returned.

If the current folder is root, you can determine the volume label and drive type by using the VolumeLabel and DriveType properties respectively.

See Also