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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!