Select from following answers:- Normal
- Hidden
- ReadOnly
- None of these.
- All Above
Normal Enum value will be used to reset file attribute which is applied to any particular file.
For Example:-
File.SetAttributes("file_name_path",FileAttributes.Normal);
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator