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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -