use simple-form-path instead of normalize-path
in the code that decides what to put in DrRacket's pop up menu that opens file dialogs for the subdirectories of the place where the current file is saved closes PR 14634 original commit: 031a0711cfabcb5ddb53d75cb5c04e8ea1881b2f
This commit is contained in:
parent
3d82b4a974
commit
ea74e9ffe2
|
@ -88,7 +88,7 @@
|
|||
(set! paths (if (and file-name?
|
||||
path-name
|
||||
(file-exists? path-name))
|
||||
(map path->string (explode-path (normalize-path path-name)))
|
||||
(map path->string (explode-path (simple-form-path path-name)))
|
||||
#f))
|
||||
(let ([new-label (cond
|
||||
[(and paths (not (null? paths))) (last paths)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user