Hi,
I try to edit a file in data folder with
The stream seem Null. I check the file is there. m I missing anything?
Btw.. I'm in android
I try to edit a file in data folder with
Code:
Local file:=FileStream.Open( "cerberus://data/test.bin","r" )
Local i:=file.ReadInt()
DrawText i,100,100
file.Close
Btw.. I'm in android