[Resolved] Quicksearch /a [show all] overrides /n or /d
Posted: 25 Oct 2022 20:08
Subject says it all really. If I have a folder with some jpgs and some subfolders with jpgs as well, and run something like:
and then run
"/a" also overrides the "folders only" flag "/d". Thanks.
text quicksearch("*.jpg /n /a", <curpath>);and then run
text quicksearch("*.jpg /n", <curpath>);You'll see that the SC quicksearch with the "/a" will pick up on all the jpgs in the subfolders as well. Should that be the case? It doesn't seem right to me. "/a" should show all files including hidden files in that folder, but if you specify "/n" as well, it should not show all the jpgs in the subs too."/a" also overrides the "folders only" flag "/d". Thanks.