J Josh Apr 7, 2006 #1 How do I unset the ReadOnly attribute on a file. Everything I find on Google does not appear to work.
How do I unset the ReadOnly attribute on a file. Everything I find on Google does not appear to work.
N Nicholas Paldino [.NET/C# MVP] Apr 7, 2006 #2 Josh, Have you tried the SetAttributes method on the File class, or the Attributes property on the FileInfo class? Hope this helps.
Josh, Have you tried the SetAttributes method on the File class, or the Attributes property on the FileInfo class? Hope this helps.