# File lib/puppet/network/handler/fileserver.rb, line 632
632:             def copy(name, path)
633:                 result = self.clone
634:                 result.path = path
635:                 result.instance_variable_set(:@name, name)
636:                 return result
637:             end