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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top