When you create a vbscript scriptingfilesystemobject you


When you create a VBScript Scripting.FileSystemObject, you must start the.....____.

Which one of the following is NOT a Windows file attribute?

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).

To move the file C:\Data\CustData.txt to C:\BackUp\CustData.txt in VBScript, use the following command (assuming that fso is a Scripting.FileSystemObject).

The following command opens a text file in VBScript. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To open a file for reading, the value of ?....____.

The following command opens a text file in VBScript. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To read data from this file, which condition will test to make sure we are not at the end of the line of text?

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: When you create a vbscript scriptingfilesystemobject you
Reference No:- TGS01082343

Expected delivery within 24 Hours