make up a new temp dir instead of using C:\tmp
This commit is contained in:
parent
34b0d794dc
commit
90b8400d50
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user