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