Click or drag to resize
Galactic API

FileWriteLine Method (String)

Writes a line of text to the file.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool WriteLine(
	string line
)

Parameters

line
Type: SystemString
The line of text to write.

Return Value

Type: Boolean
True if the line was written, false otherwise.
See Also