Question: The following VBScript statement will open a text file. Set file = fso.OpenTextFile(C:DataCustData.txt, ?, ??, ???) To make a new file if it doesn't exist,
The following VBScript statement will open a text file. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To make a new file if it doesn't exist, the value of ?? must be _____. 1 2 false true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
