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