Пример #1
0
 public Folder(string rootPath, string parentPath, string folderName)
 {
     RootPath = rootPath;
     Path = PathUtils.Combine(parentPath, folderName);
 }