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