Simple file renaming questions

I'm trying to clean up the name of downloaded folders...
example "foldername (2013) (otherstuff)"
My rule is trying to remove everything from the first "(" through to the end of the name
But it doesn't seem to identify the folder to run the rule on it.
example "foldername (2013) (otherstuff)"
My rule is trying to remove everything from the first "(" through to the end of the name
- Code: Select all
If all of the following conditions are met for the file or folder being matched
kind is Folder
Full name matches •Name ('letters & digits token'
Where •Name is (anything numbers)
Do the following
Rename with pattern •Name
But it doesn't seem to identify the folder to run the rule on it.
