delete-file[procedure] delete-file filename
Bigloo, ChezScheme, Chicken, Scsh, MzScheme, SLIB: See Concept:FileSystem.
R6RS: If filename does not exist or cannot be deleted, an exception with
condition type &i/o-filename? is raised.
This is called remove-file, unlink or sys-unlink
in some implementations.
|