Accept flexible date/time separators in filenames #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/flexible-timestamp-separator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Allows a variety of separators between the date and time portions of a filename, fixing the assumption that the separator is always a dash.
The recognized pattern is now
yyyyMMdd[sep]HHmmss, where[sep]may be:20260711-123456)20260711_123456)20260711.123456)20260711 123456)20260711123456)Changes:
[-_. ]?for the separator.AGENT-README.md(script description and Changes log).How was this tested?
Year\yyyy-MM-ddfolder, and a non-matching name is still skippedChecklist