DRIVELIST property (Filesystem)
Description
Returns an array containing the letters of the currently available mapped drives.
Property Value
This property is an @fm-delimited array of drive letters.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | N/A | No |
Remarks
This property is essentially a wrapper around the GetLogicalDrives Windows API function, so please refer to the documentation on the Microsoft website for further information.
Example
// Get the current list of mapped drive letters DriveList = Get_Property( "FILESYSTEM", "DRIVELIST" )
See Also
N/A