class FakeFS::Dir

def self.exist?(path)

def self.exist?(path)
  File.exist?(path) && File.directory?(path)
end