Function FileExists(s As String) As Boolean
If Dir(s) <> "" Then
FileExists = True
Else
FileExists = False
End If
end function
|
Results 1 to 1 of 1
Thread: [VB] FileExists
|
Click Here to Expand Forum to Full Width |