Mini Tree - Pinning System Folders ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
GreetingsFromPoland
Posts: 216
Joined: 29 Sep 2022 14:20

Mini Tree - Pinning System Folders ?

Post by GreetingsFromPoland »

i currently use the mini tree. i regularly clear my history so i can start most new sessions with an empty, clean tree. are there any settings that would allow me to make a system folder, e.g. Recycle Bin, always available in the mini tree (even though it has not been visited yet) ?

what i do now is switch to full tree, visit Recycle Bin and switch back to mini tree. i have a reset script that sets my pane locations. i could probably modify that or even add a startup script that does the visiting for me (so it is shown).

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Mini Tree - Pinning System Folders ?

Post by highend »

You can populate the whole mini tree through scripting, no need to visit any items when doing it this way...
One of my scripts helped you out? Please donate via Paypal

GreetingsFromPoland
Posts: 216
Joined: 29 Sep 2022 14:20

Re: Mini Tree - Pinning System Folders ?

Post by GreetingsFromPoland »

thanks for the tip !

i added

Code: Select all

 loadtree "%recycler%";
to my existing reset script and it's now populated.

Post Reply