1

可能重复:
如何将流保存到文件?

我想将数据从读取流写入 C# 中的文件。
如下所示:

StreamReader log = myexe.StandardOutput;

FileStream logfile = File.Create(LogFileName);

// write log to the logfile  

请有任何建议。

4

0 回答 0