Hi there!
I am currently trying to develop a python script which output should be downloadable as a file. It should behave just like a printing service, that is, sending back a link to the result. The issue is that I still haven't found out how to copy the result to the output folder and then make a link pointing to it. Do I have to send that path as an input parameter? Is there a special name - arcpy.env.outputfolder or similar- that would help me?
Thank you very much in advance
Sebastián