all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w32 file-attributes on FAT32 volume vs.same on NTFS volume - bugp?
@ 2009-05-20 19:46 MON KEY
  2009-05-20 20:02 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: MON KEY @ 2009-05-20 19:46 UTC (permalink / raw)
  To: emacs-devel

(file-attributes "u:/a/w32path/on/FAT32/formatted/removable/drive")
;;;=>(t 1 0 0 (18948 65472) (18950 1330) (18950 1328) 0 "drwxrwxrwx" t
(7484788 . 1152) (25026 . 58322))

;;; why is `nth 4'  (e.g. Last access time) of that list giving the
weird time-value on FAT32 drive?
(current-time-string (quote (18948 65472)))
;;;=>"Sat May 09 00:00:00 2009"

Whereas on a similarly directory created on an NTFS volume I get:
(file-attributes "c:/Documents and
Settings/path/on/a/w32path/NTFS/formatted/drive")
;;;=>(t 1 1004 513 (18964 23862) (18957 32124) (18944 28179) 0
"drwxrwxrwx" nil 0 (45128 . 62390))

(current-time-string (quote (18964 23862)))
;;;=>"Wed May 20 15:42:46 2009"

Am I missing something?

s_P




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

end of thread, other threads:[~2009-05-23  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 19:46 w32 file-attributes on FAT32 volume vs.same on NTFS volume - bugp? MON KEY
2009-05-20 20:02 ` Eli Zaretskii
2009-05-21  2:15   ` MON KEY
2009-05-21  3:28     ` Eli Zaretskii
2009-05-23  9:11       ` Eli Zaretskii

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.