Checks if a file exists.
If you have anyquestions fax me at 1(305)847-0621
dont forget to visit my website for more codes and full program source codes + forms available for downloading
Original Author: Greg G
API Declarations
none- if this doesnt work go to i3usy.8m.com
Code
Public Function FileExists(strPath As String) As Integer
FileExists = Not (Dir(strPath) = "")
End Function