--- title: master / make_path_absolute --- # make_path_absolute ### NAME make_path_absolute - resolve relative path name ### SYNOPSIS string make_path_absolute( string rel_path ); ### DESCRIPTION This master apply is called by the ed() efun to resolves relative path names of a file to read/write, to an absolute path name. ### SEE ALSO ed(3)