Here is another way:
Private Function TestFile(ByVal filename As String) As Boolean
TestFile = True
On Error GoTo FILENOTFOUND
FileLen (filename)
Exit Function
FILENOTFOUND:
TestFile = False
End Function
On Sun, 4 Jun 2000 12:05:51 +0200, "Carel"
Quote:
>Can somebody provide me with the code that determines if the path
>\\computername\funchat\chatclient.exe exists?
>Please reply to my e-mail too
>Greets,
>Eric