关于WINDOWS CE开发,程序,存储卡路径

               
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");
分析程序所在路径,并组合后面的字符串
posted @ 2007-12-13 16:37  新房客  阅读(490)  评论(0)    收藏  举报