Changeset 730
- Timestamp:
- Mar 27, 2004, 2:45:59 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-files.lisp
r509 r730 87 87 ;; Reverse of above, take native namestring and make a Lisp pathname. 88 88 (defun native-to-pathname (name) 89 (pathname (%path-std-quotes name nil "* ")))89 (pathname (%path-std-quotes name nil "*;:"))) 90 90 91 91 (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 "*;:"))) 93 93 94 94 ;;; Make a pathname which names the specified directory; use
Note:
See TracChangeset
for help on using the changeset viewer.
