Check for the Existense of a file
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
API Declarations
none- if this doesnt work go to i3usy.8m.com
Rate Check for the Existense of a file
(6(6 Vote))
Public Function FileExists(strPath As String) As Integer
FileExists = Not (Dir(strPath) = "")
End Function
Check for the Existense of a file Comments
No comments yet — be the first to post one!
Post a Comment