home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!isi.edu!venera.isi.edu!tar
- From: tar@ISI.EDU (Thomas A. Russ)
- Newsgroups: comp.lang.lisp
- Subject: Re: changing the pathname type
- Message-ID: <22381@venera.isi.edu>
- Date: 14 Sep 92 16:54:05 GMT
- References: <HALTRAET.92Sep14091247@monsun.si.no>
- Sender: news@isi.edu
- Reply-To: tar@isi.edu
- Organization: USC-ISI
- Lines: 11
- In-reply-to: haltraet@monsun.si.no's message of 14 Sep 92 08:12:47 GMT
-
-
- Well, there's always:
-
- (make-pathname :host (pathname-host old-pathname)
- :directory (pathname-directory old-pathname)
- ...
- :type nil)
- --
-
- Thomas A. Russ tar@isi.edu
- USC/ISI, 4676 Admiralty Way, Marina del Rey, CA 90292 (310) 822-1511
-