【Unity|C#】基础篇(5)——文件读写(I/O类)

【学习资料】

        > 在线文档

            官方文档:https://docs.microsoft.com/zh-cn/dotnet/csharp/

            菜鸟教程:https://www.runoob.com/csharp/csharp-tutorial.html

        > 视频教程

            腾讯学院、Siki学院

        > 书籍 

    《C#图解教程》:https://www.cnblogs.com/moonache/p/7687551.html

 


 【笔记】

【Unity|C#】基础篇(5)——文件读写(I/O类)_第1张图片

  • 文件操作 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

 

你可能感兴趣的:(【Unity|C#】基础篇(5)——文件读写(I/O类))