Like the title says, I have this command on a button, eg:
"C:\Scripts\testscript.exe" {sourcepath}
And if there are no spaces in the folder path, it works ok, but if there is any spaces in the folder path, the string is passed on with a single trailing double qoutes at the end, like so:
D:\test\New Folder"
Or rather one extra double qoute at the end maybe? Is this a bug or am I missing something?