Changeset 730


Ignore:
Timestamp:
Mar 27, 2004, 2:45:59 AM (21 years ago)
Author:
Gary Byers
Message:

Quote more chars when converting from native namestrings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-files.lisp

    r509 r730  
    8787;; Reverse of above, take native namestring and make a Lisp pathname.
    8888(defun native-to-pathname (name)
    89   (pathname (%path-std-quotes name nil "*")))
     89  (pathname (%path-std-quotes name nil "*;:")))
    9090
    9191(defun native-to-directory-pathname (name)
    92   (make-directory-pathname  :device nil :directory (%path-std-quotes name nil "*")))
     92  (make-directory-pathname  :device nil :directory (%path-std-quotes name nil "*;:")))
    9393
    9494;;; Make a pathname which names the specified directory; use
Note: See TracChangeset for help on using the changeset viewer.