检查给定文件是否存在于该路径上或不存在于 Android 文件系统中?
我们如何在不使用文件输入流的情况下检查给定的文件是否存在于 Android 文件系统中。因为我只想检查给定路径上的文件是否存在。
How can we check the given file is present in Android Filesystem or not without using File inputstream.because I only want to check the existence of the file on the given path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用
openFileOutput
方法创建了一个文件,那么这可以工作,希望这会有所帮助
If you have created a file using
openFileOutput
method then this workshope this helps