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...
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...