[comp.sys.mac.programmer] Full Path Name Reconstruction

heddle@clas01.cebaf.gov (David Heddle) (05/10/91)

Does anyony have a ThinkC routine that can reconstruct a full
path name from a partial path name (where it is assumed that
the partial pathe starts at the directory containing the
application) e.g. something that would look like this:

char    *FullPathName(char  *PPName)

and passing ":Subfolder1:Subfolder2:Doc" returns
"AHD80:Applications:Subfolder1:Subfolder2:Doc"

thanks

dph