can now create files and check for them

main
m455 2018-04-06 10:41:49 -04:00
parent 11d2404fdd
commit b8ecf24c1c
1 changed files with 3 additions and 0 deletions

View File

@ -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)