System.IO.Directory.CreateDirectory(@"Storage\hxhhht");

"Storage\\hxhhht\\xiaoqu.xml";
 
 
System.IO.Path.Combine(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase), "xiaoqu.xml");
分析程序所在路径,并组合后面的字符串

相关文章: