• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
re: modification dates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Briskets (perl)
  • Next by Date: Re: Re: Briskets (perl)
  • Previous by thread: Re: comparing modification dates
  • Next by thread: URL encoder: why is this broken ASCII character (ASCII character 8)
  • Index(es):
    • Date
    • Thread