How to adapt syntax "goto" to work in breadcrumb menu?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

How to adapt syntax "goto" to work in breadcrumb menu?

Post by cadu »

Hi,

I'd appreciate your help.

The following syntax work perfectly from the user button. However, when pasted into the breadcrumb menu, it doesn't work:

Code: Select all

"&_App C|C:\_App|*" goto "C:\_App"
How to adapt the syntax to work in the breadcrumb menu?

Thank you!

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

Re: How to adapt syntax "goto" to work in breadcrumb menu?

Post by jupe »

Code: Select all

::_App C;goto "C:\_App"
If you want to change the icon you will have to assign it a command ID via UDC (and use that instead)

edit: Actually this question has already been asked by you and answered here: viewtopic.php?f=3&t=20042&p=167257#p167130

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: How to adapt syntax "goto" to work in breadcrumb menu?

Post by cadu »

Thank you very much @jupe!

Post Reply