#608 closed defect (fixed)
normalize-pathname x:/ deletes drive letter (on Windows)
| Reported by: | Jim Ursetto | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.7.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Drive letter is deleted if directory is missing or
or /.
#;2> (normalize-pathname "x:" 'windows) "\\." #;3> (normalize-pathname "x:/" 'windows) "\\." #;4> (normalize-pathname "c:/" 'windows) "\\." #;5> (normalize-pathname "c:\\" 'windows) "\\." ;; this one is ok #;6> (normalize-pathname "c:/chicken4" 'windows) "c:\\chicken4"
Change History (2)
comment:1 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 13 years ago by
| Milestone: | 4.8.0 → 4.9.0 |
|---|
Note: See
TracTickets for help on using
tickets.

Milestone 4.8.0 deleted