static String stripRoot(String rootPath, String fullPath) { return p.relative(p.normalize(fullPath), from: rootPath); }