`
jzzwy
  • 浏览: 103805 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

android文件操作

阅读更多

存贮卡存贮方式:

 

File file = new File(Environment.getExternalStorageDirectory(), fileName);

 应用程序目录:

context.getFilesDir()

 缓存目录:

context.getCacheDir()

 context上下文提供了API:

context.openFileOutput(name, mode)

 文件对外权限:

私有、可读、可写、可读写

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics