cyclone/docs/api/scheme/file.md
2016-09-29 00:15:26 -04:00

307 B

File Library

The (scheme file) library provides procedures for accessing files.

For more information see the R7RS Scheme Specification.

  • call-with-input-file
  • call-with-output-file
  • delete-file
  • file-exists?
  • with-input-from-file
  • with-output-to-file