Returns an array containing the letters of the currently available mapped drives.
This property is an @fm-delimited array of drive letters.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | N/A | No |
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.
// Get the current list of mapped drive letters DriveList = Get_Property( "FILESYSTEM", "DRIVELIST" )
N/A