VB Code:
  1. If Len(Dir([i]"filename"[/i]) > 0 Then
  2.     ' it exists
  3. Else
  4.     ' it doesn't
  5. End If

Nobody better recommend that POS FileSystemObject.