system.directory.absolute
Syntax
- sdir := system.directory.absolute(sdir<,sbasedir>)
Get the absolute file path version of a relative file path.
sbasedir is the reference directory that is used to anchor the relative directory reference sdir. If not provided the current directory will be used.
Returns: sdir - An absolute file and or path. Arguments: sdir - A relative file and or path sbasedir - An absolute reference path used to anchor the relative path. If not provided the current directory will be used.
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |