开发者

How to install a text file with a MonoTouch app

开发者 https://www.devze.com 2022-12-16 04:50 出处:网络
How can I install a text file as part of a MonoTouch app? I know how to create, write to, and read from a text file in the app\'s Documents fol开发者_如何学编程der, but I want to install a text file p

How can I install a text file as part of a MonoTouch app? I know how to create, write to, and read from a text file in the app's Documents fol开发者_如何学编程der, but I want to install a text file previously created (outside of the app). I added a text file to the MonoTouch project, and marked it as "Content", but after I deploy to the simulator, I do not see my file in any of the app's folders.


Are you checking the right place? It will be in the app bundle which is typically at:

~/Library/Application Support/iPhone Simulator/User/Applications/{guid}/

Right click on your app name and select "show package contents".

0

精彩评论

暂无评论...
验证码 换一张
取 消