home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / mcl / 1638 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!straz@cambridge.apple.com
  2. From: straz@cambridge.apple.com (Steve Strassmann)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: file access FAQ
  5. Message-ID: <9211191603.AA18457@cambridge.apple.com>
  6. Date: 19 Nov 92 16:04:27 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 16
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. >Date: Thu, 19 Nov 92 08:40:28 -0600
  12. >From: David Kieras <kieras@engin.umich.edu>
  13. >To: info-mcl@cambridge.apple.com
  14. >Subject: file access FAQ
  15. >Cc: kieras@engin.umich.edu
  16. >
  17. >This should be an FAQ:  What's a good way to access files in
  18. >different directories in MCL, in a way that will not require code
  19. >changes to run in other CL implementations or on other  Macs, and
  20. >allows some independence of the directory hierarchy?   
  21.  
  22. Use logical pathnames (see page 628 of CLtL2), which MCL 2.0 supports.
  23.  
  24. If you're using a CL that doesn't support them yet, try
  25. Mark Kantrowitz's logical pathname utility, available by ftp from CMU
  26. or on the MCL CD-ROM in "User Contributed Code:Defsystem:Logical Pathnames".
  27.