• 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:...whose modification date
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE:...whose modification date


  • Subject: RE:...whose modification date
  • From: "T.J. Mahaffey" <email@hidden>
  • Date: Thu, 20 Jun 2002 08:38:42 -0500

Yes, this is a known issue with the Finder in X.
I think we all hope that this is fixed in Jaguar or sooner.

The way I've worked around it is using a repeat loop and test on each item in
your folder/location. Probably slower, but it does the job for me. Something
like...

repeat with x in theFiles
if modification date of x < ((currentdate) - 600))
-- do something
end if
end repeat

Be well.
T.J. Mahaffey
email@hidden
_______________________________________________
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: Rebuild Microsoft Entourage database
  • Next by Date: Size of a Folders contents OS9
  • Previous by thread: Re: ...whose modification date
  • Next by thread: Applescript newbie questions
  • Index(es):
    • Date
    • Thread