Difference between the access modes of the `File` object (ie. w+, r+)

Viewed 52305

When using files in Ruby, what is the difference between the r+ and w+ modes? What about the a+ mode?

4 Answers
Related