摘要: //获得当前文件目录 string rootPath = Directory.GetCurrentDirectory(); string path = rootPath + "Your File Path"; FileStream stream = new FileStream(path, File 阅读全文
posted @ 2018-01-15 10:13 Lulus 阅读(1210) 评论(0) 推荐(0)