Multiple Choice
When opening a file, use this method to determine whether a file exists before you attempt to open it:
A) ExistFile(filename)
B) IO.Exists(filename)
C) System.IO.File.Exists(filename)
D) System.File.Exists(filename)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: When the PrintDocument control's Print method is
Q15: The following statements describe advantages of the
Q16: The StreamWriter's CreateText method will _.<br>A) create
Q17: This method places an item of data
Q18: To serve as a visual reminder that
Q20: The StreamReader object's _is used to determine
Q21: Which of the following writes a blank
Q22: A structure should be used instead of
Q23: A file is like a stream of
Q24: The StreamReader.Read method will _.<br>A) read the