Find only directories with regex path without subfiles and subdirectories

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
adamiks
Posts: 16
Joined: Sun Jun 02, 2013 8:37 pm

Find only directories with regex path without subfiles and subdirectories

Post 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
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

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

Post by NotNull »

Code: Select all

folder: regex:^"c:\\bleble\\.*\\this\\that"$
(not tested)
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

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

Post 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
Post Reply