What is the name of the WSH object that VBScript uses to open a text file for reading or writing data? What are the VBScript methods used to read a single character, read a line of characters, or read an entire file in one code line? What are the VBScript methods used to write a single character, write a line of characters, or write an entire file in one code line? Give some code examples.