- How do we prevent the List View from being updated (to the Branch View display) as this causes several other related concerns beyond the annoying flashing (including loosing the status bar metadata).
- I'm finding some bug where the script will work just fine in step mode but outside of step mode it sometimes retains the Branch View when it should be back in List View mode.
Code: Select all
"main"
$Path = "<curpath>";
goto "$Path ? /:flat";
... //very long folder and file update. Branch View displayed. Lock=List View????
goto "$Path";
XYplorer Beta Club