C# Class DuplicateFinder.Core.Deletion.KeepOneCopyInDirectorySelector

Inheritance: ISelectFilesToDelete
ファイルを表示 Open project: agross/duplicatefinder Class Usage Examples

Public Methods

Method Description
FilesToDelete ( IEnumerable duplicates ) : IEnumerable
KeepOneCopyInDirectorySelector ( string keepFilesInDirectory ) : System

Private Methods

Method Description
InPath ( string keepDirectory, string file ) : bool
NumberOfPathSeparators ( string file ) : int

Method Details

FilesToDelete() public method

public FilesToDelete ( IEnumerable duplicates ) : IEnumerable
duplicates IEnumerable
return IEnumerable

KeepOneCopyInDirectorySelector() public method

public KeepOneCopyInDirectorySelector ( string keepFilesInDirectory ) : System
keepFilesInDirectory string
return System