WinActor

2021.08.10
Libraries
WriteTextFile_Unicode

Write data to a file in Unicode character encoding. If Write_mode is 0 (overwrite) and the specified file exists, it will be overwritten.

Please see this precautions upon downloading this library.
Input
"Filename":
Specify a file in absolute path.

"Write_data":
Specify data to write.

"Write_mode":
Specify a write mode.
"0": Overwrite
"1": Append
Output
Text file with data appended/overwritten in Unicode character encoding
Details
[History]
2021/08/10: Initial release
Operating environment
WinActor Ver.6.1.0, Windows10(checked on August, 2021)
Keywords
append, overwrite