on adding folder items to this_folder after receiving added_items try set filename to name of this_folder set p to POSIX path of this_folder do shell script "/path to script" &p &filename end tryend adding folder items toScript never gets the arguements. Thus, script does not execute correctly. What am I missing?
Post
Replies
Boosts
Views
Activity
When I set up a search field against a text field using cocoa bindings, it does a contains search against the contents of that field. This is expected. However, the contains search is case sensitive. Is there is a way to set the contains search to be case insensitive?