Click or drag to resize
Galactic API

FileWriteLine Method (FileStream, String)

Writes a line of text to the specified file stream.

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

Parameters

stream
Type: System.IOFileStream
The file stream to write to.
line
Type: SystemString
The line of text to write.

Return Value

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