Derk 的个人资料Windows Technical Soup日志列表 工具 帮助

日志


2月12日

Accessing Files and Directories using C#.net

I found a great article on the internet today that explains the System.IO namespace really well.  If you need a solid understanding of how to write c#.net code to handle FileStream, MemoryStream, NetworkStream, CryptoStream, BufferedStream, BinaryReader, BinaryWriter, StreamReader and StreamWriter, StringReader and StringWriter, and TextReader and TextWrite, you really need to start here.
 
 
Cheers,
 
Derk Benisch