User Tools

Site Tools


built_in:create_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:create_file [2015/07/08 09:47]
octazid created
built_in:create_file [2018/09/01 14:24]
Line 1: Line 1:
-====== File control ====== 
-<code>var file = app.CreateFile( "/sdcard/test.txt", "rw" );</code> 
-===== Methods ===== 
-^Method ^Description ^ 
-|File.Close() | | 
-|File.GetLength() | | 
-|File.GetPionter() | | 
-|File.ReadData( length,mode ) | | 
-|File.ReadNumber( type ) | | 
-|File.ReadText( data,type ) | | 
-|File.Seek( pos ) | | 
-|File.SetLength( length ) | | 
-|File.Skip() | | 
-|File.WriteData( data,mode ) | | 
-|File.WriteFile() | | 
-|File.WriteNumber( data,type ) | | 
-|File.WriteText( data,type ) | | 
  
-For more Information look [[sample_code:random_file_acces|here]] 
built_in/create_file.txt ยท Last modified: 2018/09/01 14:24 (external edit)