|
What is Visual Basic.NET equivalent of the PHP "file_get_contents()" function? Is it basically ".ToString()"? Thanks. |
|
x[string variable/text property etc.] = My.Computer.FileSystem.ReadAllText() Thank you, so what would " Would it be something like " Ah, no that would be a whole different kettle of fish. Have a read of this http://www.ozzu.com/programming-forum/can-read-remote-file-t57410.html This might be useful too http://www.vb-helper.com/howto_net_webclient_download.html I solved it in another way but thanks anyway. |
|
This is the code I used if anyone is interested: Function GetCSV(ByVal Url)
End Function |
