Method | Description | |
---|---|---|
DiffFolders ( string leftRoot, string rightRoot, string pattern, bool recursive = true, bool compareContents = true ) : |
Assumes leftRoot is an existing folder. rightRoot may not exist if operating in speculative mode.
|
|
GetRelativePathsOfAllFiles ( string rootFolder, string pattern, bool recursive, HashSet |
public static DiffFolders ( string leftRoot, string rightRoot, string pattern, bool recursive = true, bool compareContents = true ) : |
||
leftRoot | string | |
rightRoot | string | |
pattern | string | |
recursive | bool | |
compareContents | bool | |
return |
public static GetRelativePathsOfAllFiles ( string rootFolder, string pattern, bool recursive, HashSet |
||
rootFolder | string | |
pattern | string | |
recursive | bool | |
files | HashSet |
|
folders | HashSet |
|
return | void |