Two more ExplorerListGadget flags to filter listing

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
offsides
Enthusiast
Enthusiast
Posts: 103
Joined: Sun May 01, 2011 3:09 am
Location: Northern California

Two more ExplorerListGadget flags to filter listing

Post by offsides »

When file listing is enabled, the ExplorerListGadget shows all files. In some cases, the programmer may not want the user to see certain files, say hidden or system files.
Shardik showed an ingenious solution in http://www.purebasic.fr/english/viewtop ... 13&t=57664 but with a large number of files, it could be slow.

I'm suggesting the addition of two more flags, #PB_Explorer_NoHiddenFiles and #PB_Explorer_NoSystemFiles

Thanks.
PB 5.72 (32-bit) on Win 10.