Description
Retrieves a list of the logical drives attached to the current machine.
Syntax
Utility("GETLOGICALDRIVES")
Parameters
This service accepts no parameters.
Returns
An @fm-delimited list of logical drive letters.
See Also
Example
drives = Utility('GETLOGICALDRIVES') Msg(@window,"The following drives are attached:"@fm:drives)