Syntax
filesystemobject.OpentextFile(filename, iomode, create, format)
The OpentextFile() method opens a text stream object to a specified file.
The third parameter, create, is a Boolean value indicating whether the file can be created if it doesn't exist.
format, is a value indicating the format of the opened file. The default is ASCII.
Open a text stream for the file dummy.txt