C# 将数据写入当前程序安装目录某文件夹下
public static string GetXmlFullPath(string strPath){ string filePath = GetPhysicalPath(); if (filePath.IndexOf(":") > 0) { return filePath; } else { retur...