M
MadCrazyNewbie
Hey Group,
Sorry i know i must be a pain, but .........
Dim FILE_NAME As String = "C:\LogFile.txt"
If Not file.Exists(FILE_NAME) Then
Exit Sub
Else
End If
This code was working fine, but now it tells me file is not declaired?
Anybody point me in the right direction?
Many Thanks
MCN
Sorry i know i must be a pain, but .........
Dim FILE_NAME As String = "C:\LogFile.txt"
If Not file.Exists(FILE_NAME) Then
Exit Sub
Else
End If
This code was working fine, but now it tells me file is not declaired?
Anybody point me in the right direction?
Many Thanks
MCN