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

NameTypeDescription
fileWriterObjectThe target file.
strStringString to be written to the targeted file.

Returns

TypeDescription
void

Cautions

none