public Folder(string rootPath, string parentPath, string folderName) { RootPath = rootPath; Path = PathUtils.Combine(parentPath, folderName); }