Method | Description | |
---|---|---|
Append ( string text ) : void | ||
FileWriter ( string fileName, string fileHeader ) : System.IO | ||
Start ( ) : void |
Create new file for writing
|
public Append ( string text ) : void | ||
text | string | Add the string to the end of the file |
return | void |
public FileWriter ( string fileName, string fileHeader ) : System.IO | ||
fileName | string | The name of the file to be written to |
fileHeader | string | |
return | System.IO |