Replies: 1 comment
-
The file filter pattern must be a regular expression. If you change the pattern as shown below, you will get the expected result.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to filter for specific subdirectories?
d: \myfolder1\myfolder2*$
I have tried, with no success, to limit which subdirectories are compared, but all subdirectories seems to be the only way to do it.
Beta Was this translation helpful? Give feedback.
All reactions