Hiding network by loadtree

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
zakhar
Posts: 148
Joined: 08 Sep 2010 21:13

Hiding network by loadtree

Post by zakhar »

Hello, dear XYplorer Community!

My XYplorer loads the following tree by default:

Code: Select all

loadtree "%desktop%|C:|%recycler%";
After the Two Branch Tree Layout is introduced
the Network branch does not disappear from the tree
if the above mentioned script was run.

How can I let the Network branch disappear?

The following code does not work

Code: Select all

loadtree "%net%",2;
.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Hiding network by loadtree

Post by admin »

Untick this: Configuration | General | Tree and List | Items in Tree and List | Show Network folder

zakhar
Posts: 148
Joined: 08 Sep 2010 21:13

Re: Hiding network by loadtree

Post by zakhar »

admin wrote: 27 Oct 2021 19:14 Untick this: Configuration | General | Tree and List | Items in Tree and List | Show Network folder
Thank you!
It works.

Post Reply