Hello :
Can someone help/direct me to an example of this: A URI command was executed and windows generated a json file (I was able to read using a notepad or Word).
I would like to write a simple program to save and overwrite this json file everytime a execute the program. Note: I prefer to be able to disable the File download generated by windows Explorer and instead automatically overwrite the json file everytime the program is being executed. I attached the partial VEE program
for explanation.
Thank you.
You should be able to control whatever you want. A better start, considering you want to mess around at the file level, is to look at some of the basic HTTP examples. HTTP is a pretty simple protocol and writing your own to fetch files is straightforward. I didn't understand the bit about why you'd want to fetch a file only to overwrite it - if you want more help adding some more information would be useful.
HTH,
Mike Watts