original commit: e60630cd274d6f939304092e80989d2ad54d64f2
This commit is contained in:
Robby Findler 2004-11-27 22:21:01 +00:00
parent 9807b5fb40
commit d75d6ce636
2 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,8 @@
(cons (bytes->path (car x)) (cdr x)))
l))))
(preferences:set-default 'framework:last-directory (find-system-path 'home-dir)
(preferences:set-default 'framework:last-directory
(find-system-path 'doc-dir)
(lambda (x) (or (not x) path-string?)))
(preferences:set-un/marshall 'framework:last-directory

View File

@ -13,7 +13,7 @@
(let-values ([(base name dir?)
(if name
(split-path name)
(values (find-system-path 'home-dir)
(values (find-system-path 'doc-dir)
(bytes->path #"mredauto")
#f))])
(let* ([base (if (path? base)