# File lib/fakefs/dir.rb, line 9
    def self._check_for_valid_file(path)
      fail Errno::ENOENT, path unless FileSystem.find(path)
    end