1 Jul 2012 12:13
Re: How to compare time of last file modification?
Lars Magne Ingebrigtsen <lmi <at> gnus.org>
2012-07-01 10:13:44 GMT
2012-07-01 10:13:44 GMT
Thorsten Jolitz <tjolitz <at> googlemail.com> writes: > If I want to compare the time of last modification of two files - how do > I do that, using these two integers? Use `time-less-p': time-less-p is a compiled Lisp function in `time-date.el'. (time-less-p T1 T2) Return non-nil if time value T1 is earlier than time value T2. -- -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/

RSS Feed