absolute-path ( path -- path' )
Factor handbook » Input and output » Pathnames

Prev:normalize-path ( path -- path' )
Next:resolve-symlinks ( path -- path' )


Vocabulary
io.pathnames

Inputs
patha pathname string


Outputs
path'a pathname string


Word description
Prepends the current-directory to the pathname and resolves a resource:, ~ or vocab: prefix, if present (see Special pathnames).

Notes
This word is exactly the same as normalize-path, except on Windows NT platforms, where it does not prepend the Unicode path prefix. Most code should call normalize-path instead.

Definition


Methods