@protected String getFullPath(String filePath) { return rootPath.isEmpty ? filePath : '$rootPath/$filePath'; }