# File lib/chef/provider/remote_directory.rb, line 56
      def action_create_if_missing
        # if this action is called, ignore the existing overwrite flag
        @new_resource.overwrite(false)
        action_create
      end