Hi, I'm a new user and glad to be here
I used the following commands in a button with the intent of changing the path in the Location field from a virtual path (e.g. Lib://) to the actual path.
@nofilenamequoting
Clipboard SET {sourcepath$|noterm}
Go "{clip}"
It does not work as {clip} uses what was on the clipboard before the button was pressed, not the output from the SET action preceding it in the command list.Is there a way around this?
Any suggestions much appreciated. Cheers.