DirectoryInfo.Attributes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everybody,

how can I remove the ReadOnly Attribute from a directory in my C# Web
Service ?

Thanks for your help
 
Hi,
Use File.SetAttributes(). It works on folders also.

Hello everybody,

how can I remove the ReadOnly Attribute from a directory in my C# Web
Service ?

Thanks for your help
 
Back
Top