# File lib/rubygame/named_resource.rb, line 174
      def exist?( path )
        File.exist?(path)
      end