How can I check if a file exists? Something like

Code:
If (file doesn't exit) Then
  Response.Write "Can't find that file"
Else
  ' Proceed to download file
End If