如何查找根 uri 树是否存在?
我从 OPEN_DOCUMENT_TREE 获取一个树 uri,并想知道文件夹是否存在,以防用户删除。我尝试了来自 treeUri 和 single 的 doc == null ,并且也存在,但它们不存在,当删除文件夹时它们都显示不为空。 谢谢
I get a tree uri from OPEN_DOCUMENT_TREE, and want to know if folder exsist in case user deleted. I tried doc == null from treeUri and single, and also exists but they dont they both show not null when folder is deleted.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试列出树的内容。
如果树不再存在,您将收到异常或空游标。
Try to list the content of the tree.
If the tree does not exist anymore you will get an exception or a null cursor.
你尝试过做类似的事情吗?使用 findFile() 方法?
Did you try to do something like that? with the findFile() method?