关于WINDOWS CE开发,程序,存储卡路径
System.IO.Directory.CreateDirectory(@"Storage\hxhhht");
"Storage\\hxhhht\\xiaoqu.xml";
"Storage\\hxhhht\\xiaoqu.xml";
System.IO.Path.Combine(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase), "xiaoqu.xml");
分析程序所在路径,并组合后面的字符串
分析程序所在路径,并组合后面的字符串

浙公网安备 33010602011771号