Hi,
How can I open and create file in VB.NET as I do in VB6?
Dim lotno As String = "123456"
FileOpen(1, (Application.StartupPath & "\Log\" & lotno & ".txt"), OpenMode.Append)
PrintLine(1, "Start Time :", Now())
FileClose(1)
|
Results 1 to 6 of 6
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |