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 [2018/07/21 20:30]
administrator old revision restored (2018/07/21 20:24)
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.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 )    |              | 
  
-For more Information look [[sample_code:random_file_acces|here]] 
built_in/create_file.txt ยท Last modified: 2018/09/01 14:24 (external edit)