摘要:
安装包中的文件:Windows Phone 8访问安装包中的文件可以直接采用相对路径的形式,"apps/readme.txt"。例如:FileStream stream = File.OpenRead("apps/readme.txt");也可以采用下面的方式:string installPath = Windows.ApplicationModel.Package.Current.InstalledLocation.Path;; string path = Path.Combine(installPath, "apps/readme.txt& 阅读全文
posted @ 2012-11-29 19:14
imlucky
阅读(1091)
评论(0)
推荐(0)

浙公网安备 33010602011771号