I don't need a GUI to add an internal association for a folder - a GUI could be added in a future version. I can add associations by editing wincmd.ini - as described in http://ghisler.ch/board/viewtopic.php?t=27132
Of course, TC should ignore the "open" verb when the associated object is a directory, but it could honor all user's custom verbs.
To define an internal association for a folder using the method explained in the linked thread, I tried both
Code: Select all
; ----- dir (folders)
dir_SearchFor=*
dir_SearchFlags=0|000002000020||||||||22221|0000|
;FilterX=>dir
;FilterX_open-with-myApp=""%COMMANDER_PATH%\..\apps\myApp.exe" "%1""
Code: Select all
; ----- dir (folders)
dir_SearchFor=*
dir_SearchFlags=0|000002000020|||||||||0000|
dir_plugin=tc.directory = 1
;FilterX=>dir
;FilterX_open-with-myApp=""%COMMANDER_PATH%\..\apps\myApp.exe" "%1""
Thanks for considering this proposal, hopefully in time for TC 8.00
