Shortcut utility to join paths properly in different environments. Alias of buildPath
String joinDir(List<String> paths) { return buildPath(paths); }