android – 使用openFileOutput时保存文件的位置?

android – 使用openFileOutput时保存文件的位置?,第1张

概述参见英文答案 > What file system path is used by Android’s Context.openFileOutput()?                                    4个 是否可以知道由哪个文件创建 ApplicationContext.openFileOutput(filename, Context.MODE_WORLD_READABL 参见英文答案 > What file system path is used by Android’s Context.openFileOutput()?4个
是否可以知道由哪个文件创建
ApplicationContext.openfileOutput(filename,Context.MODE_WORLD_READABLE);

得到存储?我不需要任何java代码来打印我的路径,应该是getfileStreamPath(文件名),我只需要这些文件的默认存储位置.我没有在androID的javadoc中找到任何有用的东西

解决方法 见此页: http://developer.android.com/reference/android/os/Environment.html
您可以获得一些目录路径.

我想,如果您尝试直接使用ApplicationContext.openfileOutput(filename,Context.MODE_WORLD_READABLE);,该文件将在手机的根目录创建,但我不确定,或者在/ data中.

总结

以上是内存溢出为你收集整理的android – 使用openFileOutput时保存文件的位置?全部内容,希望文章能够帮你解决android – 使用openFileOutput时保存文件的位置?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1136241.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存