Method | Description | |
---|---|---|
AreIdentical ( |
Folders can be considered identical if the names are different. Equality is content based.
|
|
CreateOnDisk ( string parentFolder ) : void | ||
Folder ( string name, IEnumerable |
||
FromDisk ( string folderPath ) : |
public static AreIdentical ( |
||
left | ||
right | ||
return | bool |
public CreateOnDisk ( string parentFolder ) : void | ||
parentFolder | string | |
return | void |
public Folder ( string name, IEnumerable |
||
name | string | |
folders | IEnumerable |
|
files | IEnumerable |
|
return | System.Collections.Generic |
public static FromDisk ( string folderPath ) : |
||
folderPath | string | |
return |