Is there a way to download a file from "ThingWorxFoundation\ThingworxStorage\repository" location?
I have a ThingWorx snippet -Resources["InfotableExporterFunctions"].ExportInfotableAsPdf(params); which is creating a pdf file in the "ThingWorxFoundation\ThingworxStorage\repository" location, but I need that file to be created in my local machine not in the ThingWorx repository.
1. Is there a way to create a file in my local machine ?
2. Or does ThingWorx has a feature to download the created file to my local machine?
Please suggest with your sample code. Thank you

