I'm unable to delete a favorite

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
MBaas
Posts: 683
Joined: 15 Feb 2016 21:08

I'm unable to delete a favorite

Post by MBaas »

I have a problem with the new version of that I'm currently working on.
I have this entry in the folder favorites:
"Apps>F2>Settings|C:\Git\F2\assets\icons\f2-star-red-max-clean.ico" C:\Users\mb\AppData\Roaming\F2


And I can't delete it with the command:
favs('d','C:\Users\mb\AppData\Roaming\F2',,'d');

It's likely that I starred too long at the code to be able to see the problem - so I really don't get it. Am I being stupid or could me tweaks in the label cause problems for xy?
____________________________________________________________________________________
Happy user. Screen scaling 100% and W11Pro [Version 10.0.26200.7922], XY 28.30.0600 * * LinkTree

phred
Posts: 638
Joined: 26 Dec 2021 02:10
Location: XY 64bit on Win10 at 100% from Boston USA

Re: I'm unable to delete a favorite

Post by phred »

From the menubar:
Favorites > Manage Favorite Folders > Find and select the entry > Delete

MBaas
Posts: 683
Joined: 15 Feb 2016 21:08

Re: I'm unable to delete a favorite

Post by MBaas »

Yeah, but I want to do it with XY's scripting language...
____________________________________________________________________________________
Happy user. Screen scaling 100% and W11Pro [Version 10.0.26200.7922], XY 28.30.0600 * * LinkTree

phred
Posts: 638
Joined: 26 Dec 2021 02:10
Location: XY 64bit on Win10 at 100% from Boston USA

Re: I'm unable to delete a favorite

Post by phred »

Well... you didn't specify that in your OP. And perhaps this should've been posted in the "Scripts Exchange" section.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: I'm unable to delete a favorite

Post by jupe »

Code: Select all

favs('d','"Apps>F2>Settings|C:\Git\F2\assets\icons\f2-star-red-max-clean.ico" C:\Users\mb\AppData\Roaming\F2',,'d');

MBaas
Posts: 683
Joined: 15 Feb 2016 21:08

Re: I'm unable to delete a favorite

Post by MBaas »

Aaargh - thank you! :appl:
____________________________________________________________________________________
Happy user. Screen scaling 100% and W11Pro [Version 10.0.26200.7922], XY 28.30.0600 * * LinkTree

Post Reply