lucams

  1. C

    Android Question java.io.FileNotFoundException: /storage/emulated/0/file.xlsx: open failed: EPERM (Operation not permitted)

    - Hii... - i made a excel file using php and after making it i added code to download it. i get error at following line. Dim out As OutputStream = File.OpenOutput(File.DirRootExternal, FileName, False) - and the error is like this java.io.FileNotFoundException: /storage/emulated/0/file.xlsx...
Top