I’m converting all of my older “Volume”-related code and have tried using the new “DriveCount” property as described here:
DriveCount As Integer
Returns the number of mounted drives.
This property is read-only.
Important
This property is not currently supported for Android.
This property is shared.
The DriveCount function returns the number of mounted Drive.
However, the compiler reports:
WMain.lbAdvJob.CellClick, line 64
This item does not exist
For x = 0 to DriveCount - 1
With “DriveCount” highlighted. Where is the disconnect?