in reply to How do I get two-way io access on a file?

You can open a file for both read and write using '+<', and I'm guessing you might want to look at truncate also.
  • Comment on Re: How do I get two-way io access on a file?