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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]