【学习资料】
> 在线文档
官方文档:https://docs.microsoft.com/zh-cn/dotnet/csharp/
菜鸟教程:https://www.runoob.com/csharp/csharp-tutorial.html
> 视频教程
腾讯学院、Siki学院
【笔记】
- 文件操作 File / FileInfo / FileStream
https://www.runoob.com/csharp/csharp-file-io.html
- 文本读写 StreamReader / StreamWriter
https://www.runoob.com/csharp/csharp-text-files.html
- 二进制读写 BinaryReader / BinaryWriter
https://www.runoob.com/csharp/csharp-binary-files.html
- 目录操作 DirectoryInfo
https://www.runoob.com/csharp/csharp-windows-file-system.html
来源:https://www.cnblogs.com/shahdza/p/12234207.html