uce/doc/pages/expand_path.txt

13 lines
233 B
Plaintext

:sig
String expand_path(String path)
:params
path : a relative path
return value : expanded version of the 'path'
:desc
Converts a relative path name into an absolute path, using the current working directory as a base.
:see
>sys