guides:programming:programmers_reference_manual:drivelist_property_filesystem

DRIVELIST property (Filesystem)

Returns an array containing the letters of the currently available mapped drives.

This property is an @fm-delimited array of drive letters.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoN/ANo

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

  • guides/programming/programmers_reference_manual/drivelist_property_filesystem.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1