Search code examples
common-lispclisp

GNU CLISP: finding the modification time of a file


I'm coding for GNU CLISP:

GNU CLISP 2.48 (2009-07-28)

I guess I have two questions:

  1. How do I find when a file was last modified, using CLISP's POSIX package?

  2. Where could I have looked to find this answer for myself?


Solution