absolute_path
absolute_path — returns the absolute path of the given file.
absolute_path (filename)
filenameThe name of a disk file.
The absolute path of the file.
This function returns the absolute path of the given file, with extraneous ../ constructs removed, and with the full QNX 4 node number added. The filename can be relative or absolute, on any node on the network.
Gamma> absolute_path(".profile");
"//1/home/andrewt/.profile"