- (delete-file* FILENAME) procedure
If the file FILENAME exists, it is deleted and #t is returned. If the file does not exist, nothing happens and #f is returned.
If the file FILENAME exists, it is deleted and #t is returned. If the file does not exist, nothing happens and #f is returned.