The Path class / os.Path methods |
Joins two path segments adding the platform-dependent separator.
os.Path.join( begin STRING, end STRING ) RETURNING result STRING
LET path = os.Path.join(os.Path.homedir(), name)
This method returns the ending path segment if it is an absolute path.
If one of the arguments is NULL, the function returns NULL.