Shortcut utility to join paths properly in different environments.
String buildPath(List<String> path) { return p.canonicalize(p.joinAll(path)); }