file read

  1. B

    Android Question File permission problem - cannot read file

    Until recently my program has been able to write and read a particular file. For no apparent reason the file cannot be read at present. I get java.io.FileNotFoundException: /storage/emulated/0/BarryWalk/rates.txt (Permission denied) File.exists returns true. The file can be read by a different...
Top