标题: 在qtp中打开一个已知路径的文本文件的方法是什么? [打印本页] 作者: xiasan2004 时间: 2007-11-29 17:35 标题: 在qtp中打开一个已知路径的文本文件的方法是什么? 如题
已知路径的文本文件是外部文件作者: gy21st 时间: 2007-11-29 17:52
text文件
Set fso = CreateObject("Scripting.FileSystemObject")
Set OpenFile = fso.OpenTextFile(sFilename, iomode, create)作者: joseph_wh 时间: 2007-11-29 18:01
Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.