RE:...whose modification date
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.