Pretty simple question I guess, but I could not find anything in the documentation...
I want to make a button that does the following:
- Make a new folder
- Use the clipboard content as filename
- Enter the folder
So far I have:
Set SOURCE=Right
CreateFolder FROMCLIPBOARD
But how can I make Dopus enter/open this folder (once it is created)?