The Path class / os.Path methods |
Changes the current working volume.
os.Path.chvolume( new STRING) RETURNING result INTEGER
LET result = os.Path.chvolume("C:\\")
The function returns TRUE if the current working volume could be successfully changed, FALSE otherwise.