Write the specified string to the file (UTF-8 encoding).
Input Arguments
Name
Type
Mandatory
Description
Text
String (Unicode)
Yes
The text to write to the file.
Append
Boolean
No
Indicates whether to append the text to the end of the file, or overwrite existing data.
If True, append, otherwise overwrite.
Output Arguments
ErrorInfo
XPRIM_ErrorInfo
Indicates an error that might have occurred.
Return Value
None