Which of the following can be used to determine whether the employ.txt file exists? a. If IO.File.Exists(employ.txt)

Question:

Which of the following can be used to determine whether the employ.txt file exists?
a. If IO.File.Exists("employ.txt") Then
b. If IO.File("employ.txt").Exists Then
c. If IO.Exists("employ.txt") = True Then
d. If IO.Exists.File("employ.txt") = True Then

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: