Select from following answers:- Normal
- Hidden
- ReadOnly
- None of these.
- All Above
Hidden Enum value will be used to set file attribute as Hidden.Once set,file will not be shown in the directory.
For Example:-
File.SetAttributes("file_name_path",FileAttributes.Hidden);
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator