VolumeCount
From Xojo Documentation
This item was deprecated in version 2019r2. Please use FolderItem.DriveCount as a replacement. |
Method
Returns the number of mounted volumes.
Syntax
result=VolumeCount
Part | Type | Description |
---|---|---|
result | Integer | The number of mounted volumes. |
Notes
The VolumeCount function returns the number of mounted volumes.
Examples
See the Volume function for an example.
See Also
Volume function.