How do I change the Read-only file attribute for each file in a folder using c#?
Thanks
|
|
|
|
|
|
|
|
||
|
|
|
|
You can try this : iterate on each file and subdirectory :
|
||
|
|
|
|
Use File.SetAttributes in a loop iterating over Directory.GetFiles |
||
|
|