【Unity|C#】(3)——文件读写(I/O类)

狂风中的少年 提交于 2020-01-26 15:09:57

【学习资料】

        > 在线文档

            官方文档: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

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!