How do we open a file for both reading and writing in VB? In VC++, we have a mode "r+" which will allow us to open a file for both reading and writing. I the same way, do can we open a file for both reading and writing ?

Thanks