Hey Redth,
It would be super swell if the following methods also had an option to consume an IENumerable:
FileWriteLines(FilePath, String[])
FileAppendLines(FilePath, String[])
Which would this
FileWriteLines("test", process.GetStandardOutput().ToArray());
becomes
FileWriteLines("test", process.GetStandardOutput());