Hi,
I have an URL like below.
When typing that in explorer, that will let you download a .csv file.
I simply wonder how you can do this in code instead. Reach the below URL and download this file to C:/ ?
string getURLfile = "http://ichart.finance.yahoo.com/table.csv?s=MSFT";
string savePath = "C:/"
//How to save this file to C:/ ?