Multi Commander > Support and Feedback

Filters for a specific drive

(1/1)

karthik:
I have a network drive (say Y drive) and when I open it in MC, I want to apply some file filters by default. I want to hide folders starting with a '.' and files that start with '.'

As can be guessed this network drive is a unix drive and I do not want to show files that starts with a '.'

I would like it to be my default whenever MC opens any sub-directory (or root) of this drive.

Thanks.

Mathias (Author):
You can set the view filter to "-.*"
(Also disable "Reset filter to *.* when changing path" in Explorer Panel settings, under the Layout tab )

But there is not way to auto set it for a path but you can create a own command that enabled it using script and then assign that to a hotkey or button

--- Code: ---MC.Explorer.SetViewFilter FILTER="-.*"
--- End code ---

Navigation

[0] Message Index

Go to full version