Append an array of records to the specified file.
Append an array of records to the specified file.
public void AppendToFile(string,IEnumerable);
Append a record to the specified file.
public void AppendToFile(string,object);
FileHelperEngine Class | FileHelpers Namespace