VB .NET Data File I/O

unknownloser

Member
Joined
Feb 17, 2005
Messages
7
Location
USA
Hi. Im a little new to VB .Net, and I was wondering how to create and access simple data files that held String and Integer values. I know in VB 5 that you used "Open ("File Path ") For Input/Output/Append As #1", but Im not sure how to do it in .Net. If someone could tell me how to create these files and then write and access data in them, Id really appreciate it. Thanks.
 
Back
Top