Module scml_file
April 30, 2013 ยท View on GitHub
Scheme file library
. __Authors:__ CSCM Contributor ([`the-concurrent-schemer@googlegroups.com`](mailto:the-concurrent-schemer@googlegroups.com)).Function Index
Function Details
'$scml_exports'/0
'$scml_exports'() -> [{scm_symbol(), scmi_nip()}]
'call-with-input-file'/2
'call-with-input-file'(S::scm_string(), Proc::scm_proc()) -> scm_obj()
'call-with-output-file'/2
'call-with-output-file'(S::scm_string(), Proc::scm_proc()) -> scm_obj()
'delete-file'/1
'delete-file'(S::scm_string()) -> scm_false()
'file-exists?'/1
'file-exists?'(S::scm_string()) -> scm_boolean()
'open-binary-input-file'/1
'open-binary-input-file'(S::scm_string()) -> scm_port()
'open-binary-output-file'/1
'open-binary-output-file'(S::scm_string()) -> scm_port()
'open-input-file'/1
'open-input-file'(S::scm_string()) -> scm_port()
'open-output-file'/1
'open-output-file'(S::scm_string()) -> scm_port()
'with-input-from-file'/2
'with-input-from-file'(S::scm_string(), Thunk::scm_thunk()) -> scm_obj()
'with-output-to-file'/2
'with-output-to-file'(S::scm_string(), Thunk::scm_thunk()) -> scm_obj()