home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!isgate!krafla!rson
- From: rson@rhi.hi.is (Reynir Hugason)
- Newsgroups: comp.sys.mac.programmer
- Subject: Storing a reference to a file ..
- Message-ID: <5222@krafla.rhi.hi.is>
- Date: 17 Aug 92 07:56:21 GMT
- Sender: usenet@rhi.hi.is
- Lines: 9
-
- Ok here is the scenario: I have a project file. I want to store from within
- the project file, which files are included in the project and some info
- about each file. Presently I simply take the FSSpec and save it; however,
- this is not suffiecent. What happens is that my program cant find files
- if I start up from another disk. The only solution I can imagine is to
- store the volume name and perhaps creation date of the volume as well ANDOR
- use these file id things.
-
- How would you do it?
-