documentfile

  1. I

    Android Question How to implement DocumentFile.exists()?

    I want to check whether a file exists. Since the check could be on external SD card, I can't use File.Exists(). Instead I need to use DocumentFile.exists(). https://developer.android.com/reference/android/support/v4/provider/DocumentFile.html#exists() When I tried DocumentFile.exists(), I...
Top