Hi,
When I try to get the file.size for files about 100MB iI get this message:
java.lang.NumberFormatException
how I can get file size without this problem
by the way,
when I write
Log ( File.Size(fd.FilePath , fd.ChosenName)/1000000 )
I get the result such as 96
Regards
When I try to get the file.size for files about 100MB iI get this message:
java.lang.NumberFormatException
B4X:
Dim k As Long = File.Size(fd.FilePath , fd.ChosenName)/1000000
how I can get file size without this problem
by the way,
when I write
Log ( File.Size(fd.FilePath , fd.ChosenName)/1000000 )
I get the result such as 96
Regards