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