Filter reference forms broken in OS X Finder?
Filter reference forms broken in OS X Finder?
- Subject: Filter reference forms broken in OS X Finder?
- From: Neil Faiman <email@hidden>
- Date: Sat, 30 Aug 2003 09:56:47 -0400
(OS X 10.2.6) This command works fine:
tell application "Finder" to get every file of alias theFolder
and so does this one:
tell application "Finder" to get the creation date of every file of
alias theFolder
but this one gets "AppleScript Error: Finder got an error: Can't make
some data into the expected type.":
tell application "Finder" to get every file of alias theFolder
whose creation date comes after date "August 1, 2003"
Are filter reference forms one of the bits of Finder/AppleScript
functionality that got lost in the transition to OS X, or is there some
syntactic detail that I'm missing?
Thanks,
Neil Faiman
_______________________________________________
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.