smartbms_jaga
Member
If File.Exists(FilePath, "") Then
' Read the content of the text file
TextContent = File.ReadString(FilePath,"")
upto android 10 its working android 11,12 it gives error
java.io.FileNotFoundException: /storage/emulated/0/bmsimport/balance.csv: open failed: EACCES (Permission denied)
' Read the content of the text file
TextContent = File.ReadString(FilePath,"")
upto android 10 its working android 11,12 it gives error
java.io.FileNotFoundException: /storage/emulated/0/bmsimport/balance.csv: open failed: EACCES (Permission denied)