# File lib/puppet/network/handler/fileserver.rb, line 556
556:             def path(client = nil)
557:                 if expandable?
558:                     return expand(@path, client)
559:                 else
560:                     return @path
561:                 end
562:             end