FileWriteLine
Writes a line of data to a file
Method Signature
Arguments
Argument
Type
Required
Description
Default
file
any
true
An existing file object or a path to a file
data
string
true
The line of data to be written
Examples
Related
Last updated