====== File control ====== var file = app.CreateFile( "/sdcard/test.txt", "rw" ); ===== Methods ===== ^ Method ^ Description ^ | File.Close() | | | File.GetLength() | | | File.GetPointer() | | | File.ReadData( length,mode ) | | | File.ReadNumber( type ) | | | File.ReadText( type ) | | | File.Seek( offset ) | | | File.SetLength( length ) | | | File.Skip() | | | File.WriteData( data,mode ) | | | File.WriteNumber( data,type ) | | | File.WriteText( data,type ) |Write text to your specific file | For more Information look [[sample_code:random_file_acces|here]]