[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
File-write-date
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: File-write-date
- From: syali@cs.Buffalo.EDU (Sy Ali)
- Date: Tue, 15 Jun 93 13:08:32 EDT
Is file-write date supposed to produce an error, as in the below?
----
> (file-write-date "nonexistent.file")
*** - FILE-WRITE-DATE: file #"/home/syali/clisp/bin/nonexistent.file" does not exist
1. Break>
----
Steele (pg 655) state "..., or nil if this cannot be determined." The intent
appears that a nonexistent file return nil. This is what happens in Lucid,
Allegro, and Allegro CL\PC.
Sy