C# Class GuiLabs.FileUtilities.Folders

Afficher le fichier Open project: KirillOsenkov/ContentSync

Méthodes publiques

Méthode Description
DiffFolders ( string leftRoot, string rightRoot, string pattern, bool recursive = true, bool compareContents = true ) : FolderDiffResults

Assumes leftRoot is an existing folder. rightRoot may not exist if operating in speculative mode.

GetRelativePathsOfAllFiles ( string rootFolder, string pattern, bool recursive, HashSet files, HashSet folders ) : void

Method Details

DiffFolders() public static méthode

Assumes leftRoot is an existing folder. rightRoot may not exist if operating in speculative mode.
public static DiffFolders ( string leftRoot, string rightRoot, string pattern, bool recursive = true, bool compareContents = true ) : FolderDiffResults
leftRoot string
rightRoot string
pattern string
recursive bool
compareContents bool
Résultat FolderDiffResults

GetRelativePathsOfAllFiles() public static méthode

public static GetRelativePathsOfAllFiles ( string rootFolder, string pattern, bool recursive, HashSet files, HashSet folders ) : void
rootFolder string
pattern string
recursive bool
files HashSet
folders HashSet
Résultat void