I am working on a chat program of sorts. I am storing entries in an array. Then I will load them when the client starts.
I have a few computers mapped to a common drive. I want to be able to save the array to a specific path such as. "h://mydata.json"
This will be the common drive that everything is mapped to.
When I use the download feature it downloads the file to the default browser location. I do not want to change the default browser download location to all of the computers..
Is there a way I can specify the absolute path that the array downloads too ?
I just want to be able to do this through the program not the browser.