mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
13 lines
307 B
Markdown
13 lines
307 B
Markdown
# File Library
|
|
|
|
The `(scheme file)` library provides procedures for accessing files.
|
|
|
|
For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.pdf).
|
|
|
|
- `call-with-input-file`
|
|
- `call-with-output-file`
|
|
- `delete-file`
|
|
- `file-exists?`
|
|
- `with-input-from-file`
|
|
- `with-output-to-file`
|
|
|