Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: rnrs programs, Previous: rnrs io simple, Up: R6RS Standard Libraries [Contents][Index]
The (rnrs files (6))
library provides the file-exists?
and
delete-file
procedures, which test for the existence of a file
and allow the deletion of files from the file system, respectively.
These procedures are identical to the ones provided by Guile’s core library. See File System, for documentation.