Page 1 of 1

Search with /x returns root path

Posted: 05 Aug 2018 19:20
by Millzey
I'm trying to run a search of all folders that dont contains files greater than 50k (per the example in the help), but its returning the folder in which I'm searching on. Why is this?

My initial task was to search multiple paths for these matching folders and quickly select all and delete, but if its going to return the root paths I'm searching on I could wipe out everthing accidently!!!!!


I:\DOWNLOAD\New Folder1\?size: > 50KB /x

The above returns subfolders that match, but it also return "New Folder1" in the list/results. Once I have the root not listed I would like to include
I:\DOWNLOAD\New Folder2\, I:\DOWNLOAD\New Folder3\, etc.

What am I doing wrong?

Re: Search with /x returns root path

Posted: 05 Aug 2018 19:28
by highend
Because it meets the requirement (has no file in it that's greater than 50kb)?

Use quicksearch(), filter out the <curpath> from the results and display it as a paperfolder?