This function returns the absolute path of the input path, similar to the
behavior of Python's pathlib.Path.resolve()
or pathlib.Path.absolute()
methods.
Usage
Path_resolve(paths)
Examples
if (FALSE) {
Path_absolute("relative/path/to/file.txt")
}