Multi Commander > Support and Feedback
The Dreaded "Cannot lock path. Path don't exists : REG:\" is Back
(1/1)
AlanJB:
But only in a specific situation in MC 6.4.6 (2246)...
If I lock all my tabs (Allow Subpath change); close MC; reopen MC: all is well: no logged error and all tabs (including REG:) remain locked.
But if I load a set of tabs from a .mctab file, I get the error logged, and the tab is, indeed, not locked.
Script to load tabs:
--- Code: ---@var $xTabFile = "${mcconfigpath}" + "\\MultiCommander Tab Config.mctab";
// Do NOT move the line below or Colouring Rules break!
MC.Explorer.SetColoringRules NAME="";
MC.CloseAllTabs DONOTASK;
MC.LoadTabs REPLACE FILENAME={$xTabFile};
MC.SetActiveTab PANEL=RIGHT TAB=1;
MC.SetActiveTab PANEL=LEFT TAB=1;
--- End code ---
Let me know if you need more info Mathias.
Navigation
[0] Message Index
Go to full version