TIBCO BusinessEvents™
Standard
File
File
.
fileWriteLine()
Signature
void fileWriteLine (Object fileWriter, String str)
Domain
ACTION
Description
Writes the new line to the file as a sequence of bytes starting at the current file-pointer position.
Parameters
Name
Type
Description
fileWriter
Object
The target file.
str
String
String to be written to the targeted file.
Returns
Type
Description
void
Cautions
none