Page 1 of 1

Hiding files of a given extension ...

Posted: 10 Nov 2017 12:19
by snaileater
Hello,
i would like to be able to hide files of a given extension and manage that extension list in XYplorer.
Is there a way to do that ?
Thanks !

Re: Hiding files of a given extension ...

Posted: 10 Nov 2017 12:38
by highend
You probably want to use a global visual filter (and you can manage them via Tools - List Management - Global Visual Filters...)
if you want it to be active in both panes and all tabs...

Pattern:

Code: Select all

!*.avi|*.mkv
... whatever file extensions you need

Re: Hiding files of a given extension ...

Posted: 10 Nov 2017 12:40
by bdeshi
Menu > View > Ghost Filter <-- Turn this on.
Menu > View > Edit Ghost Filter <-- Then manage the hide list with this. Here's an example that hides all exe and bat files.

Code: Select all

f: *.exe
f: *.bat

Re: Hiding files of a given extension ...

Posted: 10 Nov 2017 15:18
by snaileater
Thanks for your answers ... didn't know it was that easy ... :oops: