各种获取路径

Posted 我的小侯子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了各种获取路径相关的知识,希望对你有一定的参考价值。

各种获取文件路径:

 =getDir
 /data/data/com.auto/app_hehe
 =getCacheDir
 /data/data/com.auto/cache
 =getFilesDir
 /data/data/com.auto/files
=getObbDir
/storage/emulated/0/android/obb/com.auto
=getCacheDir
/data/data/com.auto/files
=getExternalCacheDir
/storage/emulated/0/Android/data/com.auto/cache
=getExternalFilesDir
/storage/emulated/0/Android/data/com.auto/files/nihao
=Environment.getDataDirectory
/data
=Environment.getDownloadCacheDirectory
/cache
=Environment.getExternalStorageDirectory
/storage/emulated/0
=Environment.getRootDirectory
/system

以上是关于各种获取路径的主要内容,如果未能解决你的问题,请参考以下文章

request获取各种路径

request获取各种路径

JAVA WEB项目中各种路径的获取

java web中获取各种路径

web项目中各种路径的获取

web项目中各种路径的获取(复制,为以后好找资源)