A
A. Gaubatz
In VB6, I would open files with:
Open <file name> For <input/output/append> As <file number>
I could then use the Write/Input commands to modify/read the file. How
do I do this in VB.NET?
Thanks
Open <file name> For <input/output/append> As <file number>
I could then use the Write/Input commands to modify/read the file. How
do I do this in VB.NET?
Thanks