What are file-exists? and delete-file intended to do when the argument names a directory? I suspect delete-file should probably refuse to delete the directory, but should file-exists? return #t or #f? What about symbolic links and other kinds of files? Kent