To add, in case this helps:
If I search for `A:\.*` using regex, it will not return `A:\D\` which is expected/desired.
If I search for something that is only in `A:\`, it returns both the `A:\file.ext` and `D:\file.ext` (and there is no actual `D:\file.ext`).
![Image]()
If I search for `A:\.*` using regex, it will not return `A:\D\` which is expected/desired.
If I search for something that is only in `A:\`, it returns both the `A:\file.ext` and `D:\file.ext` (and there is no actual `D:\file.ext`).

Statistics: Posted by kauffy — Tue Dec 31, 2024 1:01 am