Method | Description | |
---|---|---|
EnsureFolderExists ( string folderPath ) : void | ||
GetFiles ( string folderPath, Action |
||
GetFilesOfFolderRecursive ( string folderPath, Action |
||
GetFilesRecursive ( string folderPath, Action |
public static EnsureFolderExists ( string folderPath ) : void | ||
folderPath | string | |
return | void |
public static GetFiles ( string folderPath, Action |
||
folderPath | string | |
onFileFound | Action |
|
return | void |
public static GetFilesOfFolderRecursive ( string folderPath, Action |
||
folderPath | string | |
onFilesInFolderFound | Action |
|
return | void |
public static GetFilesRecursive ( string folderPath, Action |
||
folderPath | string | |
onFileFound | Action |
|
return | void |