C# Класс GuiLabs.FileUtilities.Folders

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DiffFolders() публичный статический Метод

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
Результат FolderDiffResults

GetRelativePathsOfAllFiles() публичный статический Метод

public static GetRelativePathsOfAllFiles ( string rootFolder, string pattern, bool recursive, HashSet files, HashSet folders ) : void
rootFolder string
pattern string
recursive bool
files HashSet
folders HashSet
Результат void