File access =========== The main functions used to acces files are:: (write-file "file.txt" "data") (read-file "file.txt") # returns "data" (append-file "file.txt" "more data")