Go to the first, previous, next, last section, table of contents.
- Function: read-file file-name
-
This function returns a string containing the contents of the file
called file-name.
- Function: write-file file-name contents
-
This function creates or overwrites the file called file-name with
the string contents as its contents.
Go to the first, previous, next, last section, table of contents.