static String pathSeparator(final List<String> pathsToJoin) => pathsToJoin.join(Platform.pathSeparator);