Author Topic: The Dreaded "Cannot lock path. Path don't exists : REG:\" is Back  (Read 5710 times)

AlanJB

  • VIP Member
  • *****
  • Posts: 432
  • VERY old Programmer
    • View Profile
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: [Select]
@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;

Let me know if you need more info Mathias.