After using COPY=ask, how to go to the destination folder?

Is this possible, after using COPY=ask or COPY MOVE=ask (which uses a tree to chose the destination) to open that place after copying has finished, let´s say in the source lister?

If you set a variable first via a folder dialog you can do it without using the "ask" argument.

@set dir = "{dlgfolder|Folder to copy to}" Copy TO {$dir} Go {$dir}

Ah, thank you, that works great! I thought of the @set variable, but had no idea how to combine it with the COPY=ask.

:sunglasses: