【资料图】
1、你找的是c++里的创建文件的函数,在c#里应该是用下面的--------------------------------------------------------------------------------------File 类提供用于创建、复制、删除、移动和打开文件的静态方法,并协助创建 FileStream 对象。
2、继承层次结构System.Object ***.IO.File命名空间: ***.IO程序集: mscorlib(在 mscorlib.dll 中)语法C#public static class FileFile 类型公开以下成员。
3、公共方法静态成员 Create(String) 在指定路径中创建或覆盖文件。
4、公共方法静态成员 Create(String, Int32) 创建或覆盖指定的文件。
5、公共方法静态成员 Create(String, Int32, FileOptions) 创建或覆盖指定的文件,并指定缓冲区大小和一个描述如何创建或覆盖该文件的 FileOptions 值。
6、公共方法静态成员 Create(String, Int32, FileOptions, FileSecurity) 创建或覆盖具有指定的缓冲区大小、文件选项和文件安全性的指定文件。
7、下面的示例在指定路径中创建一个文件,将一些信息写入该文件,再从文件中读取。
8、using System;using ***.IO;using System.Text;class Test{ public static void Main() { string path = @"c:empMyTest.txt"; try { // Delete the file if it exists. if (File.Exists(path)) { // Note that no lock is put on the // file and the possibility exists // that another process could do // something with it between // the calls to Exists and Delete. File.Delete(path); } // Create the file. using (FileStream fs = File.Create(path)) { Byte[] info = new UTF8Encoding(true).GetBytes("This is some text in the file."); // Add some information to the file. fs.Write(info, 0, info.Length); } // Open the stream and read it back. using (StreamReader sr = File.OpenText(path)) { string s = ""; while ((s = sr.ReadLine()) != null) { Console.WriteLine(s); } } } catch (Exception Ex) { Console.WriteLine(Ex.ToString()); } }}。
本文就为大家分享到这里,希望小伙伴们会喜欢。
标签:
1、你找的是c++里的创建文件的函数,在c 里应该是用下面的------------------------------
尾盘忽然下跌代表着个股在高位放量盘整,那么其主力吸筹还也选择在这个位置集体砸盘出逃,个股尾盘主力资金
至于影片里那些年轻打工者在并不算十分理想的环境里日复一日消耗青春的过程对王兵有何触动,他坦言:“...
天津北方网讯:5月20日-21日,第七届世界智能大会迎来公众开放日。数万市民群众如潮水般涌入国家会展中心,
解答:1、熟练的意思是:老练的、熟练的或灵活的,形容在某件事或某项工作上熟练。2、熟练:[xinsh]。来源