Question: code must be in C-sharp Redesign code from slide Nr. 25, to call method SetAttributes only once instead of this too calls: File.SetAttributes(sFile, File.GetAttributes(sFile) |
code must be in C-sharp
Redesign code from slide Nr. 25, to call method SetAttributes only once instead of this too calls:
File.SetAttributes(sFile, File.GetAttributes(sFile) | FileAttributes.Hidden);
File.SetAttributes(sFile, eAttributes & ~FileAttributes.Hidden);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
