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 !
Hiding files of a given extension ...
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Hiding files of a given extension ...
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:... whatever file extensions you need
if you want it to be active in both panes and all tabs...
Pattern:
Code: Select all
!*.avi|*.mkvOne 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 ...
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.
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: *.batIcon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
snaileater
- Posts: 23
- Joined: 30 Jun 2013 17:41
Re: Hiding files of a given extension ...
Thanks for your answers ... didn't know it was that easy ... 
XYplorer Beta Club