We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: