User Tools

Site Tools


built_in:write_file

Differences

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

Link to this comparison view

Next revision
Previous revision
built_in:write_file [2015/03/04 17:20]
octazid created
built_in:write_file [2015/04/18 17:50] (current)
Line 9: Line 9:
 Use the option **"Append"** to append text to the file and the option **"Ascii"** can be used to write plain ascii files if required (the default is Unicode). Use the option **"Append"** to append text to the file and the option **"Ascii"** can be used to write plain ascii files if required (the default is Unicode).
  
-<code> app.WriteFile( fileName, text, mode );</code>+<code> app.WriteFile( fileName, text, mode, encoding );</code> 
 + 
 +See also [[built_in:read_file|ReadFile]]
  
 ---- ----
built_in/write_file.1425489640.txt.gz · Last modified: 2015/03/05 01:20 (external edit)