StreamWriter sw;
FileStream fs = new FileStream(@"D:\" + txtStringfield03.Text + ".txt", FileMode.OpenOrCreate, FileAccess.Write);
sw = new StreamWriter(fs, System.Text.Encoding.GetEncoding("GB2312"));
sw.Flush();
sw.BaseStream.Seek(0, SeekOrigin.Begin);
ee.Opens(strFileDrls);
sw.WriteLine();
sw.WriteLine();
sw.WriteLine(p_DECD);
sw.WriteLine();
sw.WriteLine();
sw.Flush();
sw.Close();
但是在这个程序中加入txt文件的名称存在,将会自动重写您的这个文件
如果您认为这篇文章还不错或者有所收获,您可以点击文章下面的【推荐】按钮精神支持,因为这种支持是我继续写作,分享的最大动力!
作者:月下舞之蝶影
声明:原创博客请在转载时保留原文链接或者在文章开头加上本人博客地址,如发现错误,欢迎批评指正。凡是转载于本人的文章,不能设置打赏功能,如有特殊需求请与本人联系!