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