R
Ryan Epinos
How would i convert this on vb.net?
Open DestinFile For Input As #25
If LOF(25) > 0 Then
Close()
GoTo AllreadyE
End If
Open DestinFile For Input As #25
If LOF(25) > 0 Then
Close()
GoTo AllreadyE
End If