Page 1 of 1

Question Drive tree

Posted: 12 Jan 2025 17:05
by TheBig2k
Hello everyone,

i have a question about the drive tree. Drives are displayed there that have not existed for a long time. For example USB drives etc. How can I delete these? When I click on them, all I get is “Location currently unavailable”.

https://ibb.co/JKXfGwX

Thank you very much

TheBig2k :D

Re: Question Drive tree

Posted: 12 Jan 2025 17:17
by highend
What's the output of this script?
text get("#489");

Re: Question Drive tree

Posted: 12 Jan 2025 17:36
by TheBig2k
The output is 1.

Re: Question Drive tree

Posted: 12 Jan 2025 18:04
by highend
Configuration | General | Menus, Mouse, Usability | Context Menus | Folder Tree...
[x] Hide Folder from Tree

and in the future, right-click such a folder (in the tree^^) and remove it with that context menu entry

Re: Question Drive tree

Posted: 12 Jan 2025 18:09
by TheBig2k
Is activ and doesnt work. When i rightclick in the tree, nothing happens...

Re: Question Drive tree

Posted: 12 Jan 2025 18:18
by Horst
TheBig2k wrote: 12 Jan 2025 18:09 Is activ and doesnt work. When i rightclick in the tree, nothing happens...
Absolute nothing sounds strange.
There should be many context menu entries for any entry.
For example, on my system
Screenshot - 12.01.2025 , 18_14_57.png

Re: Question Drive tree

Posted: 12 Jan 2025 18:28
by TheBig2k
Yeah this is a folder...this works.

But not on a drive. See my picture. The drives with the ?. When i click on it, with right click, nothing happens.

Re: Question Drive tree

Posted: 12 Jan 2025 18:38
by highend
Can't replicate that, works fine for drives that show a location unavailable message...

Run this script to remove yours:

Code: Select all

loadtree "H:|I:|L:|P:|Y:|Z:", 2;

Re: Question Drive tree

Posted: 12 Jan 2025 19:31
by TheBig2k
That works perfect! Thank you very much!