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

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:create_file [2018/07/21 20:23]
90.216.254.199 [Table]
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  
-Dominance.Assert(tpose       Assert your dominance, and specify how.  +File.Close()                                
-| File.GetLength()                                                        +| File.GetLength()                            
-| File.GetPointer()              |                                          +| File.GetPointer()              |              
-| File.ReadData( length,mode )                                            +| File.ReadData( length,mode )                
-| File.ReadNumber( type )        |                                          +| File.ReadNumber( type )        |              
-| File.ReadText( type )          |                                          +| File.ReadText( type )          |              
-| File.Seek( offset )            |                                          +| File.Seek( offset )            |              
-| File.SetLength( length )                                                +| File.SetLength( length )                    
-| File.Skip()                    |                                          +| File.Skip()                    |              
-| File.WriteData( data,mode )    |                                          +| File.WriteData( data,mode )    |              
-| File.WriteNumber( data,type )  |                                          +| File.WriteNumber( data,type )  |              
-| File.WriteText( data,type )    |                                          |+| File.WriteText( data,type )    |Write text to your specific file             |
  
 For more Information look [[sample_code:random_file_acces|here]] For more Information look [[sample_code:random_file_acces|here]]
built_in/create_file.1532204580.txt.gz · Last modified: 2018/07/22 04:23 (external edit)