Find files Should ignore any GUI settings that hide files

Features wanted...
Post Reply
yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Find files Should ignore any GUI settings that hide files

Post by yusef88 »

Hi everyone!
Like Quick Seach, Find files should search for hidden items maybe by default or optionally
From now on (v18.60.0208 - 2018-01-22 10:06) you have to use the "a" flag with QuickSearch() to ignore any GUI settings that hide files.
Attachments
Capture.PNG
Capture.PNG (9.82 KiB) Viewed 1066 times

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: Find files Should ignore any GUI settings that hide files

Post by highend »

Are you looking for this?
hidden.png
hidden.png (6.99 KiB) Viewed 1059 times
One of my scripts helped you out? Please donate via Paypal

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Find files Should ignore any GUI settings that hide files

Post by yusef88 »

I think this will limit search to hidden items only. also no results if GUI settings is set to hide files

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: Find files Should ignore any GUI settings that hide files

Post by highend »

That switch was added because the gui search does NOT ignore the: Show hidden files and folders
option and in scripting this doesn't make sense (while in gui search mode it does).

If you want to find hidden files while this option is off, you can already use the /a flag in the "Name:" field
One of my scripts helped you out? Please donate via Paypal

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Find files Should ignore any GUI settings that hide files

Post by yusef88 »

OK but a checkbox to ignore those setting will make it easier when using GUI Search. and thanks for the tip

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

Re: Find files Should ignore any GUI settings that hide files

Post by admin »

Actually I wonder if this "/a"-switch should be offered as a global option as well (in Configuration | Find and Filter | Find Files & Branch View | Find Files).

[ ] Find also hidden items
or
[ ] Show hidden items in search results

I have to admit I was a bit surprised that hidden items were not shown in search results by default... :whistle:

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: Find files Should ignore any GUI settings that hide files

Post by highend »

There is one spot left in the Name & Location tab under [ ] Invert
[ ] Find hidden
would be a good (and short enough) name for it.

Why there? Imho this is a "I need this now" option, not a general "I need this always" one.
One of my scripts helped you out? Please donate via Paypal

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

Re: Find files Should ignore any GUI settings that hide files

Post by admin »

Yes, that's indeed a good place for it! Alas, this is a lot of work for me, much more than a global flag. I think about it... :)

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: Find files Should ignore any GUI settings that hide files

Post by highend »

Actually, yusef88 already voted for that spot. Didn't look up the first posting before replying to the last. Me culpa
One of my scripts helped you out? Please donate via Paypal

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

Re: Find files Should ignore any GUI settings that hide files

Post by admin »

I did it. Seemed important enough. :tup:

Post Reply