Root cause: Rename action matches template [mm] and [MM] case insensitive
Analysis: As the code matches template [MM] before template [mm] renaming a file using the template [mm] will replace [mm] with month not minutes
Solution: Use case sensitive matching with
StringCaseSense On
Root cause: Rename action matches template [mm] and [MM] case insensitive
Analysis: As the code matches template [MM] before template [mm] renaming a file using the template [mm] will replace [mm] with month not minutes
Solution: Use case sensitive matching with
StringCaseSense On