scheme:file
-- r7rs
Export (scheme file)
open-input-file
;open-binary-input-file
;open-output-file
;open-binary-output-file
;call-with-input-file
;call-with-output-file
;file-exists?
;delete-file
;with-input-from-file
;with-output-to-file
;File Library
The
(scheme file)
library provides procedures for accessing files.call-with-input-file call-with-output-file delete-file file-exists? open-binary-input-file open-binary-output-file open-input-file open-output-file with-input-from-file with-output-to-file
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.