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)
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
Step by Step Solution
There are 3 Steps involved in it
a If I... View full answer
Get step-by-step solutions from verified subject matter experts
