CoSMOS
Documentation
×
Menu

writeStringToFile

Description:

 
Writes string to file. If the file exist it will be overridden.
 

Command Parameters:

 
Parameter
Type
Description
File
string
Path to the file
string
string
Content to write
 

Examples:

 
writeStringToFile('C:\\test.txt', 'abc')