Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to access files in other computer using c#
Posted
Comments
RahulMGunjal 14-May-14 5:17am    
You want to access all the files at a particular path or want to access file at a fixed location?

1 solution

share the file/folder to access by another computer. then you access file like below

C#
var data = File.ReadAllText(@"\\server\path\filename.txt");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900