[Unity | C #] (3) - file read and write (I / O type)

[Learning materials]

        > Documents Online

            The official document: https://docs.microsoft.com/zh-cn/dotnet/csharp/

            Rookie Tutorial: https://www.runoob.com/csharp/csharp-tutorial.html

        > Video Tutorial

            Tencent college, Siki College

 


 【notes】

  • File operations File / FileInfo / FileStream

      https://www.runoob.com/csharp/csharp-file-io.html

  • Text reader  StreamReader / StreamWriter

      https://www.runoob.com/csharp/csharp-text-files.html

  • Binary write BinaryReader / BinaryWriter

  https://www.runoob.com/csharp/csharp-binary-files.html

  • Directory operations DirectoryInfo

      https://www.runoob.com/csharp/csharp-windows-file-system.html

 

Guess you like

Origin www.cnblogs.com/shahdza/p/12234207.html