SC Quicksearch - list search misses folders?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 66652
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC Quicksearch - list search misses folders?

Post by admin »

This will come:

Code: Select all

    + Find Files and Quick Search: Added switch /l (lower case L) by which you can 
      explicitly force Search In List (SIL). This switch is only necessary when 
      your passed list of search locations contains only folders, no files, AND 
      you want to check these folders against the search criteria.
        /l      Explicit Search In List (SIL)
      For example, if ListToSearch.txt contains only folders, this will return 
      all of them starting with "m" and nothing else:
        text quicksearch("m* /nl", readfile("C:\Temp\ListToSearch.txt"));
      Note that you get *implicit* SIL whenever the list of passed search 
      locations contains at least one file. In that case the switch is without 
      any effect.

eil
Posts: 1888
Joined: 13 Jan 2011 19:44

Re: SC Quicksearch - list search misses folders?

Post by eil »

soo.. with switch it just "checks" 1st level folders?! and there must be no files in list..
nothing changes for me :ninja:
Win 7 SP1 x64 100% 1366x768|1900x1080

admin
Site Admin
Posts: 66652
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC Quicksearch - list search misses folders?

Post by admin »

Yep, looks like.

Post Reply