all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to compare time of last file modification?
@ 2012-07-01  0:38 Thorsten Jolitz
  2012-07-01  0:41 ` Thorsten Jolitz
  0 siblings, 1 reply; 11+ messages in thread
From: Thorsten Jolitz @ 2012-07-01  0:38 UTC (permalink / raw)
  To: help-gnu-emacs


Hi List, 
the Elisp manual tells me about file-attributes:


     4. The time of last access, as a list of two integers. The
        first integer has the high-order 16 bits of time, the
        second has the low 16 bits. (This is similar to the value
        of current-time; see Time of Day.) Note that on some
        FAT-based filesystems, only the date of last access is
        recorded, so this time will always hold the midnight of the
        day of last access.
       
     5. The time of last modification as a list of two integers (as
        above). This is the last time when the file's contents were
        modified.


If I want to compare the time of last modification of two files - how do
I do that, using these two integers? 

-- 
cheers,
Thorsten





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-07-01 21:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3790.1341102956.855.help-gnu-emacs@gnu.org>
2012-07-01  1:16 ` How to compare time of last file modification? Pascal J. Bourguignon
2012-07-01  8:56   ` Thorsten Jolitz
2012-07-01  9:23   ` Michael Albinus
2012-07-01 10:13 ` Lars Magne Ingebrigtsen
2012-07-01 17:26   ` Thorsten Jolitz
     [not found]   ` <mailman.3833.1341163416.855.help-gnu-emacs@gnu.org>
2012-07-01 17:36     ` Pascal J. Bourguignon
2012-07-01 21:11       ` Lars Magne Ingebrigtsen
2012-07-01 19:48     ` Barry Margolin
2012-07-01 20:26       ` Thorsten Jolitz
2012-07-01  0:38 Thorsten Jolitz
2012-07-01  0:41 ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.