Page 1 of 1

Use for full subfolder path : won't actually match full path

Posted: 06.10.2014, 17:24
by kino
So it's there in build 673 ! (FreeCommander XE 2014 Build 673 donor, Windows 7 32 and 64-bit) :

- Implemented: New search option "Use for full subfolder path (otherwise only for subfolder name)"
(Thanks !)

Though, when I test it against the following use case (pattern \d{8}) :

Code: Select all

.\20140930
.\20140930\candidate1.txt

.\non_date1
.\non_date1\non_candidate.txt

.\non_date2
.\non_date2\20141006
.\non_date2\20141006\candidate2.txt
...my candidate2.txt file won't come up although it (seems to) match the path regex (?)

I also tried regex .*?\d{8}.* just in case

Re: Use for full subfolder path : won't actually match full

Posted: 24.10.2014, 13:23
by kino
Works for me in build 674...
...including with full path regex as can be \\APP\\\d{8} to match only date-formatted dir names below an "APP" dir.
THANK-YOU !