You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

drives = Utility('GETLOGICALDRIVES')
Msg(@window,"The following drives are attached:"@fm:drives)

 

Example

 

  • No labels