"Subfolder filter" regex capabilities in File>Search feature
Posted: 26.08.2014, 14:30
Hi Community,
I'm having a hard time to figure out the exact capabilities of "Subfolder filter" regex in File>Search feature.
More specifically, I'd like to find csv archive files in a folder hierarchy organized by archive date, application, etc. amongst others e.g. :
.\20140331\APP1\file1.csv
.\20140331\APP1\file2.csv
.\20140331\APP2\file3.csv
.\20140331\file4.csv
.\20140430\APP1\file5.csv
.\20140430\APP2\file6.csv
.\OTHERDIRS\manyfiles*.csv (not to be returned)
I would basically like to be able to find files only located in some dated subdir but neither regex in "Subfolder filter" seems to work as for :
- \d{6} to only get files in a YYYYMMDD subdirectory
- \d{6}\\APP\d to only get files from a specific APP in a dated subdir
Am I missing something here ?
Thanks
I'm having a hard time to figure out the exact capabilities of "Subfolder filter" regex in File>Search feature.
More specifically, I'd like to find csv archive files in a folder hierarchy organized by archive date, application, etc. amongst others e.g. :
.\20140331\APP1\file1.csv
.\20140331\APP1\file2.csv
.\20140331\APP2\file3.csv
.\20140331\file4.csv
.\20140430\APP1\file5.csv
.\20140430\APP2\file6.csv
.\OTHERDIRS\manyfiles*.csv (not to be returned)
I would basically like to be able to find files only located in some dated subdir but neither regex in "Subfolder filter" seems to work as for :
- \d{6} to only get files in a YYYYMMDD subdirectory
- \d{6}\\APP\d to only get files from a specific APP in a dated subdir
Am I missing something here ?
Thanks