[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pathname Trouble
- To: powsner@qm.ycc.yale.edu
- Subject: Pathname Trouble
- From: Andrew L. M. Shalit <alms>
- Date: Thu, 2 Aug 90 11:37:56 -0400
- Cc: info-macl
- In-reply-to: Seth M Powsner's message of Thu, 2 Aug 90 07:49:41 EDT <9008021149.AA00624@csb1.>
From: powsner@nlm.nih.gov (Seth M Powsner)
Having trouble accessing files on an ISO 9660 CD-Rom (on an Apple drive).
The CD mounts fine. No trouble evident in FINDER or using
(choose-file-dialog) which returns
#P"UMLS_CD:DOC:CONTENTS.DOC;1"
I think your problem is not related to the CD. It's the fact that
there is a semi-colon in the pathname, which MACL is intprepreting
(incorrectly) as a logical pathname when it tries to open the file.
This is a bug. It'll be fixed in the next version, but I can't
find a workaround right now. (One should be able to escape the
semi-colon, to have it treated as a literal, but that doesn't
work in 1.3.)
I'm sorry for the problem.
-andrew