Delete a read-only file

  • Thread starter Thread starter schaf
  • Start date Start date
S

schaf

Hi !
I have a simple question. I have to delete a read-only file within my
application. I do it by removing the read-only flag before I delete the
file.
Is it possible to do in a easier way ?
Thanks
Schaf
 
Schaf,

No, there isn't. That's what the read-only flag is there for, to make
sure that it isn't modified.
 
Back
Top