ASP OpenTextFile Method
The ASP OpenTextFile Method is used to open a specified file. It returns a TextStream object that can be used to read, write and append contents to the File. It is an in-built function of the FileSystem Object. Syntax: FileSystemObject.OpenTextFile(fname,mode,create,format) Parameter Value: fname: R