static bool projectFileExists(List<String> relativePath) { final path = fullPathFor(relativePath); return pathExists(path); }