String path = "这里输入文件的全路径(绝对路径)"
File file = new File(path)
boolean isFolder
if (file.isExist())
{
isFolder = file.isDirectory()
}
通过file.isDirectory()就知道是不是文件和塌夹, 返回true就是文件夹, false就是文件, 如果唤段圆不存在燃念就没啥好判断的了
Cursor cursor=context.getContentResolver().query(Uri,Projection,selection,selectionArgs,SortOrder)Uri:指明要袜陵查询的数据库名称加上表的名称,从MediaStore中可找到相告纤戚应信息的参数。 Projection:指定查竖孝询数据库表中的哪几列欢迎分享,转载请注明来源:内存溢出
评论列表(0条)