C# 클래스 POLLaunch.FileSystemUtil

http://dotnetperls.com/Content/Recursively-Find-Files.aspx Use this method to explore a directory and all of its files. Then, it recurses into the next level of directories, and collects a listing of all the file names you want.
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
GetAllFileNames ( string baseDir ) : string[]
GetAllFileNames ( string baseDir, string filter ) : string[]

Find all files in a directory, and all files within every nested directory.

메소드 상세

GetAllFileNames() 정적인 공개 메소드

static public GetAllFileNames ( string baseDir ) : string[]
baseDir string
리턴 string[]

GetAllFileNames() 정적인 공개 메소드

Find all files in a directory, and all files within every nested directory.
static public GetAllFileNames ( string baseDir, string filter ) : string[]
baseDir string The starting directory you want to use.
filter string
리턴 string[]