Ticket #1055 (closed defect: fixed)
can't use files that have backslashes in their names
| Reported by: | rme | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | trunk |
| Keywords: | Cc: |
Description
Create a file /tmp/test/\\ and observe the following:
Welcome to Clozure Common Lisp Version 1.9-dev-r15596 (DarwinX8664)! ? (probe-file "/tmp/test/\\\\") #P"/private/tmp/test/" ? (native-translated-namestring "\\\\") "" ?
Perhaps ccl::namestring-unquote needs to get a little smarter.
Change History
Note: See
TracTickets for help on using
tickets.
