Evan
Feb 2nd, 2004, 08:05 PM
Function FileExists(s As String) As Boolean
If Dir(s) <> "" Then
FileExists = True
Else
FileExists = False
End If
end function
If Dir(s) <> "" Then
FileExists = True
Else
FileExists = False
End If
end function
Click to See Complete Forum and Search --> : [VB] FileExists