Close 方法
2008-01-05 08:11:38 来源:WEB开发网核心提示: 关闭打开的 TextStream 文件,object.Close( ); object 通常为 TextStream 对象的名字,Close 方法, 说明下面的例子说明了 Close 方法的用法,var fso;fso = new ActiveXObject("Scripting.FileSystemObj
关闭打开的 TextStream 文件。
object.Close( );
object 通常为 TextStream 对象的名字。
说明
下面的例子说明了 Close 方法的用法。
var fso;
fso = new ActiveXObject("Scripting.FileSystemObject");
a = fso.CreateTextFile("c:\\testfile.txt", true);
a.WriteLine("This is a test.");
a.Close();
- ››方法 (Array)
- ››方法和作用域中的内部类
- ››方法调用的绑定
- ››Close 方法
更多精彩
赞助商链接