Stores the names of mounted folders on the specified volume into an array.
AVolumeMountPoints(cArrayName, cVolume)
Parameters
- cArrayName
On return the array contains the following information. Column Content Datatype 1 The name of a mounted folder. C
- cVolume
A volume GUID path for the volume to scan for mounted folders.
A list of volume GUID paths can be retrieved with AVolumes.
Return Value
The number of volume mount points.
See Also
Reference
AVolumeInformation
AVolumePaths
AVolumes
Used WinApi functions
FindFirstVolumeMountPoint
FindNextVolumeMountPoint
FindVolumeMountPointClose