Question
I want to specify the user's desktop in "cPath" specified in "saveAs" method..
I want to specify the user's desktop in "cPath" specified in "saveAs" method, but I don't know how to set the path.
What should I do with the location of "username" ?
Is it useless below?
Used in a multilingual environment.
this.saveAs("/c/Users/%userprofile%/" + aaa + ".pdf");
