C# Class Setty.Utils.FileSearcher

Search files with specified names and return array of absolute paths
Datei anzeigen Open project: paralect/setty

Public Methods

Method Description
Search ( String directory, List fileNames, bool deep = true ) : List

Search files with specified names and return array of absolute paths

Private Methods

Method Description
TraverseDirectory ( DirectoryInfo root, List fileNames, bool deep = true ) : List

Traversing of directory

Method Details

Search() public static method

Search files with specified names and return array of absolute paths
public static Search ( String directory, List fileNames, bool deep = true ) : List
directory String
fileNames List
deep bool
return List