Solved

When Opening a File, Use This Method to Determine Whether

Question 19

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions