Possible Bug in android
Posted: Fri Apr 22, 2016 2:56 am
check this little code, and compile it under android, if i use accents in the directory name, in my 2 android devices ever crash and reboot
makedirectory("popí")
f$={}
d$={}
for a=1 to 20
nom=a..".txt"
openfile(1,nom,#mode_write)
next
f,d=readdirectory("popí",f$,d$)
for a=0 to f-1
print(f$[a])
next
makedirectory("popí")
f$={}
d$={}
for a=1 to 20
nom=a..".txt"
openfile(1,nom,#mode_write)
next
f,d=readdirectory("popí",f$,d$)
for a=0 to f-1
print(f$[a])
next