如何在 iPad 上查找文件?
我应该使用应用程序在 iPad 模拟器上下载了一个文件。
如何检查该文件是否存在于 iPad 模拟器文件系统中?
是否有一些文件管理器可以用来检查文件是否存在及其内容?
I am supposed to have downloaded a file on the iPad simulator, using an appication.
How can I check that this file is present on the iPad simulator file system ?
Is there some file manager that I can use to check the existence of the file and possibly its contents?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在以下位置找到模拟器
其中“4.2”是 SDK 版本。
在该文件夹下,您可以在神秘的子文件夹中找到所有应用程序。其中之一就是你的。
在那里您可以找到“文档”,这是您应用程序的个人文件夹。
You can find the simulator at
where "4.2" is the SDK version.
Under that folder you find all applications in cryptical subfolders. One of them is yours.
In there you'lss find "Documents" which is your app's personal folder.
使用这些方法,您可以验证文档目录中是否存在文件。我还没有测试过这个确切的例子,但它应该可以工作。
示例:
代码:
Use these methods, you can verify a file is present in the documents directory. I've not tested this exact example but it should work.
Example:
Code: