Hiding files of a given extension ...

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
snaileater
Posts: 23
Joined: 30 Jun 2013 17:41

Hiding files of a given extension ...

Post 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 !

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Hiding files of a given extension ...

Post 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
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Hiding files of a given extension ...

Post 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
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

snaileater
Posts: 23
Joined: 30 Jun 2013 17:41

Re: Hiding files of a given extension ...

Post by snaileater »

Thanks for your answers ... didn't know it was that easy ... :oops:

Post Reply