EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

str.write

Writing a string to a file.

method uint str.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