Questions: 1-61. (TCO 6) When you create a VBScript Scripting.FileSystemObject, you
must start the code line with _____.2. (TCO 6) Which one of the following is NOT a Windows file attribute?3. (TCO 6) To test to see if a file exists before you overwrite it in
VBScript, use the following command (assuming that fso is a
Scripting.FileSystemObject).4. (TCO 6) To move the file C:\Data\CustData.txt to
C:\BackUp\CustData.txt in VBScript, use the following command (assum..