如何获取应用程序路径并读取文本文件 Windows Phone 7
我的问题很简单......我希望。
- 我想获取 Windows Phone 7 中内置应用程序的路径。
- 如何读取放置在项目的 BIN 文件夹中的文本文件。
问候;
泽尚·艾哈迈德·汗
My Question is very simple...I hope.
- I want to get the path of app built in Windows Phone 7.
- How to Read TEXT File that is placed in BIN folder of the project.
Regards;
Zeeshan Ahmed Khan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用
其中 _filePath 是文件路径,前面不带“/”,例如“bin/file.txt”。
You have to use
where _filePath is the Path to your File without a preceding '/', like "bin/file.txt".