NAME
        expand_file_name - expand a relative filename
 
SYNOPSIS
        string expand_file_name(string file)
 
DESCRIPTION
        This function returns a canonical pathname to a file given as a
        relative filename. A canonical filename is required to clone, load
        or otherwise reference an object in the mud. The argument 'file'
        will be relative to the directory in which the object calling the
        function lies. Normal unix expansion is done, but no pattern matching.
 
EXAMPLES
        ~/foo           is /players/yourname/foo
        ~foo/bar        is /players/foo/bar
        ../foo          is foo in the previous directory
        ./foo           is foo in this directory
        /foo/bar        is /foo/bar
 
SEE ALSO
        efun/find_object

Help topics available:
_get_all_obj _next_obj _prev_obj abs expand_file_name
frnd get_objects getopts implode_nicely itoa
line_break load_object mapping_rusage query_ip_name set_light
sgn short_date typep

[START|BACK ]




[ NannyMuds main page | FAQ | Contact us ]

You are guest number 99 since November 2019.
This file was last modified: June 2000.