[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: GJC at MIT-MC (George J. Carrette)
- Date: Thu, 21 Aug 80 21:27:00 GMT
- Cc: NIL at MIT-MC, GJC at MIT-MC
- Original-date: 21 AUG 1980 1727-EDT
Is there a way to get the file creation date and time
of a file? Can I suggest an extension of PROBEF:
(PROBEF "FOOFILE" 'CREATION)
(PROBEF "FOOFILE" '(TRUENAME CREATION LAST-REF)).
Even though the information about a file is incredibly
system dependant, I think all reasonable systems support
the subset of messages '(TRUENAME CREATION LAST-REF)
and maybe some others.
This is usefull information to have for systems
programming.