FolderItem.DriveCount

From Xojo Documentation

Shared Property (As Integer)
The property is read-only.

IntegerValue = aFolderItem.DriveCount

Returns the number of mounted drives.

Syntax

result=DriveCount

Part Type Description
result Integer The number of mounted drives.

Notes

The DriveCount function returns the number of mounted Drive.

Examples

See the FolderItem.DriveAt function for an example.

See Also

FolderItem.DriveAt function.