Copy text from website.
- by VBeginner
So, I've been saving a .txt file from a website and using...
My.Computer.FileSystem.ReadAllText()
To put it into a string.
But I figured it'd be more efficient to just grab it directly.
How do I go about this?
Thank you.