EnglishРусский  
 Share/Save/Bookmark
 

ustr.write

Writing a unicode string to a file.

method uint ustr.write (
   str filename
)

Parameters

filename The name of the file for writing. If the file already exists, it will be overwritten.

Return value

The size of the written data.

Related links

Source

Edit