# File lib/chef/resource/directory.rb, line 66
      def path(arg=nil)
        set_or_return(
          :path,
          arg,
          :kind_of => String
        )
      end