Close 方法
时间:2007-12-27 来源:不详 作者:林子
关闭打开的 TextStream 文件。 copyright dedecms
object.Close( );
织梦好,好织梦
object 通常为 TextStream 对象的名字。
织梦内容管理系统
说明
下面的例子说明了 Close 方法的用法。
内容来自dedecms
var fso; fso = new ActiveXObject("Scripting.FileSystemObject"); a = fso.CreateTextFile("c:\\testfile.txt", true); a.WriteLine("This is a test."); a.Close();
copyright dedecms
上一篇:CopyFile 方法 下一篇:处理文件
文章评论
共有位Admini5网友发表了评论 查看完整内容