# File lib/puppet/network/handler/fileserver.rb, line 711 711: def path_exists?(relpath, client = nil) 712: !valid_modules(client).find { |mod| mod.plugin(relpath) }.nil? 713: end