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.
ElementContentDatatype
1The name of a specified volume.C
2The volume serial number.N
3The maximum length in characters of a file name component that a specified file system supports.N
4Flags associated with the specified file system. For a list of possible values see GetVolumeInformation.N
5The 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

Used WinApi functions

GetVolumeInformation
SetErrorMode