Cannot exclude directories with leading spaces from search

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
YossiD
Junior Member
Junior Member
Posts: 9
Joined: 2011-04-05, 05:40 UTC

Cannot exclude directories with leading spaces from search

Post by *YossiD »

I use leading spaces to name directories that I want to appear at the top of directory listings.

Using the pipe character to exclude these directories from file searches does not work.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Have you tried to enclose dir names with spaces to double quotes? Just tried it now:

Code: Select all

* | " *\"
This search request finds every files except files in folders with names that begin with spaces.
Post Reply