# File lib/chef_zero/data_store/raw_file_store.rb, line 142 def exists_dir?(path) File.exists?(path_to(path)) end