C# Class Setty.Utils.FileSearcher

Search files with specified names and return array of absolute paths
Afficher le fichier Open project: paralect/setty

Méthodes publiques

Méthode Description
Search ( String directory, List fileNames, bool deep = true ) : List

Search files with specified names and return array of absolute paths

Private Methods

Méthode Description
TraverseDirectory ( DirectoryInfo root, List fileNames, bool deep = true ) : List

Traversing of directory

Method Details

Search() public static méthode

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
Résultat List