Tools Links Login

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

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 106 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.