From b8ecf24c1cd598ff0489e3145020adcc5c286466 Mon Sep 17 00:00:00 2001 From: m455 Date: Fri, 6 Apr 2018 10:41:49 -0400 Subject: [PATCH] can now create files and check for them --- rodo.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rodo.rkt b/rodo.rkt index 0f67ff2..3077fe7 100755 --- a/rodo.rkt +++ b/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)