# File lib/mechanize/file_response.rb, line 21
  def code
    File.exist?(@file_path) ? 200 : 404
  end