Yesterday, 12/31/06, I update a disk and
today, 1/1/07, this script returns "Music: Sunday,
December 3, 2006 7:42:24 AM"
tell application "Finder"
name of disk 3 & ": " & modification date
of disk 3
end
tell
Why is this and is there any way to get a
disk's actual modification date time stamp ?
The other answers you got may be more relevant than mine, but
I've thought that maybe what you are missing is that a Finder's
container gets modified only if you create or delete (or rename?)
items at the first level. If you, say, copy new files into an existing
folder, I think the disk won't get modified for Finder.