New feature: hidden filders in folder tree

I would like to have an option to show hidden folders in folder tree only when show hidden items is set for current folder.
Or it would show a hidden folder (in folder tree) when I am inside it.
Anyway I would like to have an ability to show hidden folder(s) in folder tree when I want (but it's not necessary to show hidden folders in folder tree all the time).

Hope you get my point.

Remember to tell GPSoftware as well as the users here at the forum.

In case anyone reading doesn't know already, you can show or hide hidden folders in the folder tree via Settings -> Preferences / Listers / Folder Tree.

Ok, I sent a message #350034973042.

Using toggle in [Settings -> Preferences / Listers / Folder Tree] is very unconvenient when I want e.g. browse system folders or user files in c:\Users (c:\documents and settings) so I need hidden folders in folder tree only for several minutes.

I already have a button Set HIDEFILTERATTR=h that allows me to show or hide hidden files/folders in lister. Is it possible to make a command that toggles showing hidden folders in folder tree?

I don't think there is a command for that in the current version, sorry.

I made an Autohotkey script that do that automatically when I press Ctrl+Alt+Shift+D. (It works ok on Vista, please make sure coordinates are correct when using on other OS)

^!+d:: speed=0 if WinActive("ahk_class dopus.lister") { ifWinExist, Preferences - Directory Opus { MsgBox Preferences dialog is already opened! return } MouseClick, left, 265, 40, 1, speed MouseClick, left, 265, 65, 1, speed Sleep 100 if WinActive("ahk_class #32770") { MouseClick, left, 143, 469, 1, speed SendInput folder tree hidden folders{Enter} MouseClick, left, 421, 417, 1, speed SendInput {Enter} } else MsgBox Unable to open preferences dialog return }

Use "folderTree slow.exe" to see how it works. For day-to-day use it's better to choose "folderTree fast.exe"
folderTree.zip (388 KB)

But if I want show or hide "System Folder"how I can?

If I go
Settings -> Preferences / Listers / Folder Tree and turn on (Show in Folder Tree:) Hidden folders

I see only hidden folders but not System folders (System Volume Information, RECYCLER ecc.....)

Go to Explorer's Folder Options and turn off Hide protected operating system files then come back to Opus and refresh the tree.