I m really getting confused by how many different ways there is to write data to a file just with System.IO.
I mean, between FileStream
, StreamWriter
or just the System.IO.file methods... Which one is the best to use?
如果你看到你能够使用与其中任何一种不同的构造,如使用<条码>(<>>使用<>条码/代码>,它就更加令人困惑。
他们之间是否有任何区别? 在线辅导似乎只贴在其中一带,完全忽视其他辅导。 其中一些辅导员甚至使用不同的参考资料,在(在某些情况下使用<条码>File类型,在另一些情况下使用<条码>FileInfo 类型,甚至只是为其行程/名称打脚。
Any of them is more efficient than the other?