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

 

 【笔记】

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

 

posted @ 2020-02-08 19:46  夏天的风92  阅读(705)  评论(0)    收藏  举报