Question: 5. 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
5. 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
Get step-by-step solutions from verified subject matter experts
