Search results for query: *

  • Users: kirkd
  • Content: Threads
  • Order by date
  1. K

    Writing to ReadOnly text files

    I am writing to a text file. The problem is, is that sometimes the file is going to be read only. How do I remove the ReadOnly attribute from the file before writing to it. Here is a code snippet. This piece of code will only write to the file if the file is not read only. I want to replace this...
Back
Top