os.Path.volumes

 

The os.Path.volumes method is used to return the available volumes. The syntax of the function is as follows:

 

CALL os.Path.volumes() RETURNING volumes

 

where:

ยท         volumes = a string containing the list of all available volumes separated by a pipe symbol ( | ).

 

 

The method can be used on Windows OS only.