filesystemobject.CreateTextFile(filename, overwrite)
The CreateTextFile() method is used to create a new text file.
filename is the name of the file.
overwrite is a Boolean value indicating whether to overwrite an existing file.
Create Text file "testing.txt"