| 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
)
Public Function WriteLine (
line As String
) As Boolean
public:
bool WriteLine(
String^ line
)
member WriteLine :
line : string -> bool
Parameters
- line
- Type: SystemString
The line of text to write.
Return Value
Type:
BooleanTrue if the line was written, false otherwise.
See Also