Question 1:
Suppose i have a file in c drive which is present in the Client Machine like c:\File.txt in a string variable.
String str="C:\File.txt";
i need to save the str variable data to my server in one particular location .
Question 2:
If I use File.ReadAllLines Method , like File.ReadAllLines("C:\File.txt"); does this statement access server's C drive or Client Machine C Drive please clarify my doubt