Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!haven.umd.edu!uvaarpa!murdoch!clas01!heddle From: heddle@clas01.cebaf.gov (David Heddle) Newsgroups: comp.sys.mac.programmer Subject: Full Path Name Reconstruction Keywords: ThinkC Message-ID: <1991May10.143113.14978@murdoch.acc.Virginia.EDU> Date: 10 May 91 14:31:13 GMT Sender: usenet@murdoch.acc.Virginia.EDU Reply-To: heddle@clas01.cebaf.gov (David Heddle) Organization: CEBAF (Continuous Electron Beam Accelerator Facility) Lines: 13 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