re: modification dates
re: modification dates
- Subject: re: modification dates
- From: "Kinsella, John R." <email@hidden>
- Date: Tue, 14 May 2002 19:44:59 -0500
ahh never mind, I figured out my problem, I needed to use this syntax
tell application "Finder"
activate
get modification date of file "old" of disk "Macintosh HD"
set datefound to the result as text
get modification date of file "network" of disk "Admin"
set servdate to the result as text
display dialog datefound & " " & servdate
if servdate is greater than datefound then
display dialog "yes"
else
display dialog "no"
end if
end tell
all works well here.
John K
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.