# File lib/fakefs/file.rb, line 37
    def self.exist?(path)
      !!FileSystem.find(path)
    end