file.listfiles

  1. Lakhtin_V

    Android Question Using a custom directory inside the default directory

    Please help me solve my problem. I created a custom directory inside the standard directory (File.DirInternal). [CODE lang="b4x" title="File.MakeDir(File.DirInternal,"Sound")"]File.MakeDir(File.DirInternal,"Sound")[/CODE] How can I get a list of files from this custom directory - "Sound" ...
  2. Andris

    Android Question How should "/Download" folder be handled in API 30?

    In a previous thread I ended up solving a File.ListFiles problem under API 29 by adding SetApplicationAttribute(android:requestLegacyExternalStorage, true) to my manifest editor. Erel's recommendation, as stated in...
Top