Page 1 of 1

Find only directories with regex path without subfiles and subdirectories

Posted: Wed Nov 07, 2018 1:44 pm
by adamiks
Hi

Maybe someone can help me with this
i want to filter only directories with specif path like 'C:\bleble\.*" endswith:'\this\that\'
and i want to see only directories with path like that without any subfiles subdirectories

Re: Find only directories with regex path without subfiles and subdirectories

Posted: Wed Nov 07, 2018 2:48 pm
by NotNull

Code: Select all

folder: regex:^"c:\\bleble\\.*\\this\\that"$
(not tested)

Re: Find only directories with regex path without subfiles and subdirectories

Posted: Wed Nov 07, 2018 4:13 pm
by therube
empty & topmost come to mind.

Code: Select all

childfoldercount:0  regex:^c:\\tmp.*tls.*p$

Empty folders are really empty?
Remove Empty Directories