Description
Retrieves a list of the logical drives attached to the current machine.
Syntax
results = RTI_OS_Directory( "GetLogicalDrives" )
Parameters
<empty> | This method does not accept parameters. |
Return Value
An @fm-delimited list of logical drive letters.
Example 1
declare function RTI_OS_Directory // returns a list of logical drives for the current macine result = RTI_OS_Directory( "GETLOGICALDRIVES" )