Select from following answers:- Exists
- IsExists
- Present
- None of these.
- All Above
Exists method is used to check whether File is present or not.
For Example:-
System.IO.File.Exists("file_name");
It returns True or False.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator