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