ReadOnly File Attribute

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

How do I unset the ReadOnly attribute on a file. Everything I find on
Google does not appear to work.
 
Josh,

Have you tried the SetAttributes method on the File class, or the
Attributes property on the FileInfo class?

Hope this helps.
 
Back
Top