Stores information about the file system and volume associated with the specified root directory into an array.
AVolumeInformation(cArrayName, cRootPath)
Parameters
- cArrayName
On return the array contains the following information. Element Content Datatype 1 The name of a specified volume. C 2 The volume serial number. N 3 The maximum length in characters of a file name component that a specified file system supports. N 4 Flags associated with the specified file system. For a list of possible values see GetVolumeInformation. N 5 The file system, for example, the FAT file system or the NTFS file system. C
- cRootPath
The root directory of the volume to be described.
Return Value
Always .T.
See Also
Reference
AVolumeMountPoints
AVolumePaths
AVolumes