Метод | Описание | |
---|---|---|
EnsureFolderExists ( string folderPath ) : void | ||
GetFiles ( string folderPath, Action |
||
GetFilesOfFolderRecursive ( string folderPath, Action |
||
GetFilesRecursive ( string folderPath, Action |
public static EnsureFolderExists ( string folderPath ) : void | ||
folderPath | string | |
Результат | void |
public static GetFiles ( string folderPath, Action |
||
folderPath | string | |
onFileFound | Action |
|
Результат | void |
public static GetFilesOfFolderRecursive ( string folderPath, Action |
||
folderPath | string | |
onFilesInFolderFound | Action |
|
Результат | void |
public static GetFilesRecursive ( string folderPath, Action |
||
folderPath | string | |
onFileFound | Action |
|
Результат | void |