Skip to content
New issue

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

Modifying the path in place clobbers multiple wildcarded directory specifications #3

Open
hollasch opened this issue Aug 5, 2013 · 0 comments
Labels
Milestone

Comments

@hollasch
Copy link
Owner

hollasch commented Aug 5, 2013

For example

pathmatch  c:/srh/work/imagingnw/web/root/sportsphotography/200*/?*/pages/*001.html

will end up matching .../200_/_ instead. Seems like I need to make copies of the pattern to work with, rather than trying to be fancy and modify a single copy.

Also, I need to add code to handle the special case of a literal pattern, and bail directory enumeration at the first positive match.

@hollasch hollasch self-assigned this Oct 19, 2016
@hollasch hollasch modified the milestone: v1.0 Apr 5, 2017
@hollasch hollasch removed their assignment Oct 14, 2017
@hollasch hollasch self-assigned this Apr 6, 2022
@hollasch hollasch removed their assignment Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant