home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14079 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  755 b 

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