As far as I know, INPUT is the only file access that is guaranteed not to change the file when you open it in that mode to just read a file without messing it up.
Append: Oh, I see, more options to control access with ACCESS and LOCK, thanks TempodiBasic.