如何在手机SD卡或其他位置搜索文件

编程入门 行业动态 更新时间:2024-10-24 07:26:38
本文介绍了如何在手机SD卡或其他位置搜索文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在具有特定扩展名的移动用户上搜索文件.

I want to search for files on the users mobile with specific extensions.

我尝试搜索,但是找不到任何直接的API.

I tried searching but could not find any direct API's.

是否有特定的API或实现该API的乏味方法. 还是有一种机制可以调用linux进行查找或类似的操作

Is there a specific API's or is there tedious way of achieving the same. Or is there a mechanism to call linux calls for find or something similar

谢谢

推荐答案

您可以通过Environment.getExternalStorageDirectory()找到用户的SD卡,然后可以遍历该SD卡以查找所需的内容.

You can find the user's SD card via Environment.getExternalStorageDirectory(), which you can then traverse to find what you need.

更多推荐

如何在手机SD卡或其他位置搜索文件

本文发布于:2023-11-28 06:41:45,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1641335.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:或其他   位置   文件   手机   SD

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!