msdn file accesso binario

in sintesi

per leggere
open nomefile for binary as [un numero]
get [un numero],,[una var stringa]
close [un numero]

per scrivere
open nomefile for binary as [un numero]
put [un numero],,[una var stringa]
close [un numero]