make up a new temp dir instead of using C:\tmp

This commit is contained in:
Robby Findler 2011-01-15 06:44:42 -06:00
parent 34b0d794dc
commit 90b8400d50

View File

@ -5,8 +5,9 @@
racket/gui/base)
(define new-collection-root
#;
(string->path "C:\\tmp")
#;(make-temporary-file "drracket-test-example-tool~a"
(make-temporary-file "drracket-test-example-tool~a"
'directory))
(define coll (build-path new-collection-root "coll"))
(unless (directory-exists? coll) (make-directory coll))