static String pathJoin(String first, String second, String third) => [first, second, third].join(Platform.pathSeparator);