True/False
The following statements are valid.
Dim filespec As String
filespec = InputBox ("Enter name of file to process:")
Dim sr As IO.StreamReader = IO.File.OpenText (filespec)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: The following statement could be used to
Q41: In the line of code sw =
Q42: Element names are case sensitive.
Q43: Each line of the file UN.txt contains
Q44: When you place the OpenFileDialog control on
Q46: Opening a file for output means that<br>A)
Q47: Which of the following exceptions will be
Q48: The value of sr.EndOfStream is True when
Q49: An individual item of a text file
Q50: Elements in an XML document can contain