摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace _03FireStream文件夹流 9 { 10 c... 阅读全文
posted @ 2018-09-18 11:46 白纸菇凉 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 1. File.AppendAllText(path1, "你还在,我不覆盖你,从你末尾处开始");// 不进行覆盖 2.unity里的要加上斜杠 3.相对路径绝对路径 3 4. //用using可以省略写 fileWrite.Close();// 关闭流。fileWrite.Dispose();/ 阅读全文
posted @ 2018-09-18 11:45 白纸菇凉 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace _01IO流 9 { 10 class Progra... 阅读全文
posted @ 2018-09-18 11:37 白纸菇凉 阅读(142) 评论(0) 推荐(0) 编辑