C# 클래스 GuiLabs.FileUtilities.Folders

파일 보기 프로젝트 열기: KirillOsenkov/ContentSync

공개 메소드들

메소드 설명
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