finder - Create an applescript / automator workflow that excludes certain file names -


i want make automator folder action excludes file names words in them, eg:

move files /folder x except containing words "screen shot"

the actual actions work fine need script or automator actions exclude files.

you should able use “filter finder items” , set criteria “none of following true”: “name contains screen shot”. did quick test “choose folder”, “get folder contents” , “filter finder items” , results contain files not contain word specified.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -