I'm coding for GNU CLISP:
GNU CLISP 2.48 (2009-07-28)
I guess I have two questions:
How do I find when a file was last modified, using CLISP's POSIX package?
Where could I have looked to find this answer for myself?
Posix:file-stat
returns a structure with a slot mtime
.
Search for "clisp posix file date" (I used duckduckgo): http://www.clisp.org/impnotes/syscalls.html