Nightmare Mudlib SimulEfun: absolute_path()
string absolute_path(string cwd, string path);
DESCRIPTION
Returns the absolute path of any given path relative to a specified
directory. The first argument is the directory to which the file, the
second argument, relates.
EXAMPLE
absolute_path("/realms", "descartes/workroom.c")
returns "/realms/descartes/workroom.c"
LOCATION
/secure/SimulEfun/absolute_path.c
SEE ALSO
file_name(), path_file()
LAST MODIFIED
Nightmare 3.3