can now create files and check for them
parent
11d2404fdd
commit
b8ecf24c1c
3
rodo.rkt
3
rodo.rkt
|
@ -121,6 +121,9 @@
|
||||||
(open-output-file path
|
(open-output-file path
|
||||||
#:mode 'text
|
#:mode 'text
|
||||||
#:exists 'can-update)])
|
#:exists 'can-update)])
|
||||||
|
;;TODO
|
||||||
|
;;I think i can write to file with
|
||||||
|
;;a function right here...
|
||||||
(close-output-port opened-file))))
|
(close-output-port opened-file))))
|
||||||
|
|
||||||
(define (create-folder)
|
(define (create-folder)
|
||||||
|
|
Loading…
Reference in New Issue