(require mzlib/file) |
The mzlib/file library mostly re-exports from scheme/file:
| |||||||||||||||||||||||||||||||||||||||||||||||
|
Like call-with-input-fileand call-with-output-file,
except that the opened port is closed if control escapes from the body
of proc.
| |||||||||||||||||||||
|
Like build-path, but with extra constraints to ensure a
relative or absolute result.