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

Next revision
Previous revision
built_in:create_file [2015/07/08 09:47]
octazid created
built_in:create_file [2018/09/01 14:24] (current)
Line 2: Line 2:
 <code>var file = app.CreateFile( "/sdcard/test.txt", "rw" );</code> <code>var file = app.CreateFile( "/sdcard/test.txt", "rw" );</code>
 ===== Methods ===== ===== Methods =====
-^Method ^Description ^ +^ Method                         ^ Description  
-|File.Close() | | +| File.Close()                                
-|File.GetLength() | | +| File.GetLength()                            
-|File.GetPionter() | | +| File.GetPointer()                           
-|File.ReadData( length,mode ) | | +| File.ReadData( length,mode )                
-|File.ReadNumber( type ) | | +| File.ReadNumber( type )                     
-|File.ReadText( data,type ) | | +| File.ReadText( type )                       
-|File.Seek( pos ) | | +| File.Seek( offset                         
-|File.SetLength( length ) | | +| File.SetLength( length )                    
-|File.Skip() | | +| File.Skip()                                 
-|File.WriteData( data,mode ) | +| File.WriteData( data,mode )                 
-|File.WriteFile() | +| File.WriteNumber( data,type )               
-|File.WriteNumber( data,type ) | | +| File.WriteText( data,type )    |Write text to your specific file             |
-|File.WriteText( data,type ) | |+
  
 For more Information look [[sample_code:random_file_acces|here]] For more Information look [[sample_code:random_file_acces|here]]
built_in/create_file.1436348828.txt.gz · Last modified: 2015/07/08 17:47 (external edit)