Page 1 of 1

How to force Branch View 'Off'?

Posted: 08 Aug 2015 16:16
by Papoulka
I'm prompted by this:http://www.xyplorer.com/xyfc/viewtopic.php?f=2&t=14475 to raise the question. I constantly use a script that will fail in Branch View, so I have to be careful using it. I know that command #311 will toggle BV, but that only helps if I can detect BV state. Even better would be a way to force BV off. Any ideas?

Re: How to force Branch View 'Off'?

Posted: 08 Aug 2015 18:36
by SkyFrontier
Why not scan the source with quicksearch()?

Re: How to force Branch View 'Off'?

Posted: 08 Aug 2015 19:21
by admin

Code: Select all

goto <curpath>;

Re: How to force Branch View 'Off'?

Posted: 08 Aug 2015 19:29
by Papoulka
Thanks, that does it. ...I should have asked long ago.