File.fileWrite()

Signature

void fileWrite (Object fileWriter, String str)

Domain

ACTION

Description

Writes the string 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