Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
binary classes
#3
now i have RTE 52 in this
Code:
Function FileExist(ByVal FileName As String) As Boolean
    If Dir(App.Path & "\" & FileName) = "" Then
        FileExist = False
    Else
        FileExist = True
    End If
End Function
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)