os.Path.rootdir() is used to return the root directory of the current working path:
CALL os.Path.rootdir() RETURNING root_dir
where root_dir is a STRING variable containing the root directory of the current working path - / for Unix and [a-zA-Z]:\ for Windows.