11
Answers

access text file from server/localhost in windows c#

Photo of adam gills

adam gills

8y
2.7k
1
Dear sir ,
I use as String[] urls = File.ReadAllLines(@"http://xxx.xxx.x.xx/urls.txt"); but its shows an error as "URI formats are not supported." 
so how can I access text file from our server/localhost.

Answers (11)