Favourites vs Windows Quick Access

Hi,

I may have overlooked this but I was wondering if there is a way to "replace" the favourites in DOpus with the Windows Quick Access.

The Windows Quick Access (but not the DOpus favourites) are displayed in the Windows Open/Save dialog. So if you want to have your frequent folders available, you need to use/maintain it.
On the other hand, DOpus has its favourites (which are more powerful with smart favourites). I usually don't use the favourites in the tree view (where you can also display the quick access) but the drop-down menu left of the address/path field in the folders view.

So long story short, I was wondering if there is a way (with the powerful but complex language) to add the Quick Access entries to this favourite menu. Either that they are directly (preferred) shown in the menu or as a sub-menu.

Does this make sense?

Cheers

Edit the menu and add a button which runs this command:

Go /quickaccess FOLDERCONTENT=norecurse,nofiles

After saving the change, it will list your Quick Access items in the menu.

2 Likes

Cool thanks! I imagined that it must be easy - when you know how :wink: