Search a text under a URL

  • Thread starter Thread starter -OSD-
  • Start date Start date
O

-OSD-

Guest
Hi,

I am using the System.IO to read from a file /folder to check if a desired text is available or not, something below:

System.IO.File.ReadAllText("C:\MyDir\MyFile.txt").Contains("TempText") Then ....

But is it possible to check for a URL / link to google or OneDrive folder? for example: https://www.MyCloud.com\mySharedFolder

if yes, please suggest an example, thanks.

Continue reading...
 
Back
Top