GETLOGICALDRIVES Service
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
BEEP Service
DESTROY Service
REMOVEDIR Service
CHOOSECOLOR Service
FLUSH Service
RENAMEDIR Service
CHOOSEDIR Service
GET_EVENT Service
RENAMEFILE Service
CHOOSEFILE Service
GETLOGICALDRIVES Service
RUNHELP Service
CHOOSEFONT Service
MAKEDIR Service
RUNWIN Service
COPYFILE Service
OBJECTID Service
TEXTRECT Service
CREATE Service
OBJECTLIST Service
WINCOUNT Service
CURSOR Service
PRINTSETUP Service
Utility function
Example
drives = Utility('GETLOGICALDRIVES') Msg(@window,"The following drives are attached:"@fm:drives)