/// <summary> /// Initializes a new instance of the <see cref="Folder" /> class. /// </summary> public Folder(string fullPath) { FullPath = WebDavPath.Clean(fullPath); }