mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
12 lines
221 B
Markdown
12 lines
221 B
Markdown
# File Library
|
|
|
|
The `(scheme file)` library provides procedures for accessing
|
|
files.
|
|
|
|
- `call-with-input-file`
|
|
- `call-with-output-file`
|
|
- `delete-file`
|
|
- `file-exists?`
|
|
- `with-input-from-file`
|
|
- `with-output-to-file`
|
|
|