Check the box next to the path you feel is correct and leave a response to your answer:
- “C:\\tmp\\ ${filename}.pdf”
- “C:\\tmp\\ “+filename+”.pdf”
- “C:\tmp\”+filename+“.pdf”
- “C:\tmp\${filename}.pdf”
- “C:/tmp/”+filename+“.pdf”
- “C:/tmp/${filename}.pdf”
0 voters