Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!usenet.ins.cwru.edu!tut.cis.ohio-state.edu!cs.utexas.edu!usc!apple!mdtaylor From: mdtaylor@Apple.COM (Mark Taylor) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C library & opening files - HELP!?! Message-ID: <9898@goofy.Apple.COM> Date: 23 Aug 90 00:34:45 GMT References: <12866@june.cs.washington.edu> Organization: Apple Computer Inc., Cupertino, CA Lines: 13 In article <12866@june.cs.washington.edu> ginting@fred.cs.washington.edu (Eka Namara Ginting) writes: >I need to have the files in a different folder from the project's folder >without having the library referring to the files using full path names. The location of the library matters only to the project. Once your application is running, there's no way it "knows" where any of its source files, including libraries, may have resided on your disk. Or even where the THINK C Folder is, for that matter. I don't know what these files of yours are like, but if you can't turn their contents into resources, and you don't want them in the same folder as the application, maybe you could put them into the System Folder, perhaps in a Preferences folder? - Mark