SolarCoasters
01-22-2004, 08:43 PM
I'm new to VB.NET and am a bit confused because it seems very different then V.6. Is creating and opening a file done differently in .NET because i tried the old code:
Dim intFNum As Integer
intFNum = FreeFile
Open "path" For Output As #intFNum
Print #intFNum, value
Close #intFNum
and that doesn't seem to work. How is saving and loading of files done in .NET?
Thank you
Dim intFNum As Integer
intFNum = FreeFile
Open "path" For Output As #intFNum
Print #intFNum, value
Close #intFNum
and that doesn't seem to work. How is saving and loading of files done in .NET?
Thank you