Kul*_*gar 1 c# asp.net io file
protected void Page_Load(object sender, EventArgs e)
{
System.IO.File.WriteAllText(@"C:\CallInformation.txt", "Some data");
}
Run Code Online (Sandbox Code Playgroud)
是服务器上的CallInformation.txt?还是客户?如果它是服务器,除了指定计算机名称(@"\ Workstation\c $\CallInformation.txt")之外,我如何才能保存文件客户端?