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
Find only directories with regex path without subfiles and subdirectories
-
adamiks
- Posts: 16
- Joined: Sun Jun 02, 2013 8:37 pm
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Find only directories with regex path without subfiles and subdirectories
Code: Select all
folder: regex:^"c:\\bleble\\.*\\this\\that"$
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Find only directories with regex path without subfiles and subdirectories
empty & topmost come to mind.
Empty folders are really empty?
Remove Empty Directories
Code: Select all
childfoldercount:0 regex:^c:\\tmp.*tls.*p$
Empty folders are really empty?
Remove Empty Directories