Pulling hidden files in Android SD Card

我的未来我决定 提交于 2019-12-08 11:50:23

问题


I am trying to implement image caching system in android, the caching use both, caching in memory and also using android external storage. In the external storage I create some hidden files, for example .nomedia and any other file prefixed with ., and I put all my caching related files in one folder, the problem is, when I use android file explorer in ddms to pull all files in my folder, only the non hidden files are pulled, I even can't see the hidden files in ddms file explorer. So is there anyway to show and pull hidden files in android external storage? Thanks in advance :)


回答1:


well, rather than using click expand mouse oriented file exploration, why dont you just traverse your hidden files from the command line? try this http://www.streamhead.com/android-tutorial-sd-card/



来源:https://stackoverflow.com/questions/6838880/pulling-hidden-files-in-android-sd-card

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!