String effectivePath(String p) => (p.isEmpty && rootPrefix.isNotEmpty) ? rootPrefix : rootPrefix.isEmpty ? p : '$rootPrefix/$p';