# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 66 def delete_dir(path, *options) fix_exceptions do real_store.delete_dir(fix_path(path), *options) end end