C# 클래스 Setty.Utils.FileSearcher

Search files with specified names and return array of absolute paths
파일 보기 프로젝트 열기: paralect/setty

공개 메소드들

메소드 설명
Search ( String directory, List fileNames, bool deep = true ) : List

Search files with specified names and return array of absolute paths

비공개 메소드들

메소드 설명
TraverseDirectory ( DirectoryInfo root, List fileNames, bool deep = true ) : List

Traversing of directory

메소드 상세

Search() 공개 정적인 메소드

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
리턴 List