If you are talking about Read File, LabVIEW will allow you to wire the pos offset terminal (I'm doing it right now in LV 6.1 with the Read Datalog File Example), it should only stop you if you are doing a file write. You could certainly write and read an entire array to a file, but it wouldn't really gain you anything, if you are going to write the entire file at a time rather than updating a certain record, then you may as well just use datalog files and overwrite the file.
Regards,
Ryan K.