Is there a way to run an if/else statement on a rename button so it uses 1 pattern on files and another on folders?
File Pattern:
Rename PATTERN "*.*" TO "* (Text).*"
Folder Pattern:
Rename PATTERN "*" TO "* (Text)"
The whole idea is to keep the file/folder name as-is and add (text) to the end. If there is a pattern that works on both, then I'm having troubles finding it.