提取 Android SD 卡中的隐藏文件

发布于 2024-11-26 09:52:47 字数 329 浏览 6 评论 0原文

我正在尝试在android中实现图像缓存系统,缓存既使用内存中的缓存,也使用android外部存储。在外部存储中,我创建了一些隐藏文件,例如 .nomedia 和任何其他以 . 为前缀的文件,并且我将所有与缓存相关的文件放在一个文件夹中,问题是是的,当我在ddms中使用android文件资源管理器拉取文件夹中的所有文件时,仅拉取非隐藏文件,我什至看不到其中的隐藏文件ddms 文件浏览器。那么有没有办法显示和提取Android外部存储中的隐藏文件?提前致谢 :)

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 :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可是我不能没有你 2024-12-03 09:52:47

好吧,与其使用单击展开鼠标导向的文件探索,为什么不直接从命令行遍历隐藏文件呢?试试这个 http://www.streamhead.com/android-tutorial-sd-card/

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文