I'm trying to set up some naming convention automation on folders, and I'm looking for a man page on the naming automation. Does anyone have a link?
As an example of what I'm trying to do, suppose I have a folder of bank statements. I want to rename any files added to the folder so that they conform to the naming convention but don't duplicate naming components, so:
Desired filename: "1234_estatement_YYYY_MM_DD.pdf"
Typical filename as received: "estatement_YYYY_MM_DD.pdf"
Some files may be added to the folder with the correct name, and files exist in the folder with the correct name.
I want the automation to append "1234_" to the front of the name IF and ONLY IF there isn't a "1234_" at the front of the name.
Ideally, I'd like to also change years in YY format to YYYY format. I could do this with a script in a few minutes, but this interface is a pain.