Multiple Choice
The following statement causes the Open dialog box to become visible on the form. OpenFileDialog1.ShowDialog After a file has been selected and the Open button is pressed, the value of OpenFileDialog1.FileName will be the file's filespec; this will include all of the following except
A) the file's drive.
B) the file's date of creation.
C) the file's path.
D) the file's extension.
Correct Answer:

Verified
Correct Answer:
Verified
Q51: The acronym CSV stands for "Comma Separated
Q52: When a file is opened for Append,<br>A)
Q53: A statement of the form IO.File.WriteAllLines("fileName.txt", numArray)
Q54: Comment statements in XML begin with <!--
Q55: Placing the statement Imports System.IO near the
Q57: The XML standard was recommended by the
Q58: Which of the following statements is used
Q59: An XML file can contain several root
Q60: Opening a file for input means that<br>A)
Q61: Before a text file can be opened