I use the following rename preset on files to reorder based on where a hyphen falls in the name. For example,
Type: Regular Expression
From (.*) - (.*) - (.*)\.(.*)
To \2 - \3 - \1.\4
Example From: [Author - Title - Description] -> [Title - Description - Author]
The rename preset works fine on files but not on directories (folders). How do I fix this?
TIA,
Scott
Sarasota, Florida, USA