Changeset 11859 for trunk/source/level-1/l1-pathnames.lisp
- Timestamp:
- Mar 29, 2009, 5:41:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-pathnames.lisp
r11639 r11859 361 361 362 362 (defun logical-pathname-namestring-p (string) 363 (multiple-value-bind (sstr start end) (get- sstring string)363 (multiple-value-bind (sstr start end) (get-pathname-sstring string) 364 364 (let ((host (pathname-host-sstr sstr start end t))) 365 365 (and host (not (eq host :unspecific))))))
Note: See TracChangeset
for help on using the changeset viewer.