Method | Description | |
---|---|---|
Folder ( string folderName ) : System |
Initial a folder
|
|
GetAllFilesInFolders ( ) : List |
Get all files in folder and sub folder
|
|
GetAllFilesInFoldersWithExtension ( string ext ) : List |
Get all files with specified extension in folder and sub folder
|
|
unRAR ( string unRarPatch, string rarPatch, string rarName ) : string |
unrar
|
|
unRARAll ( ) : void |
|
public GetAllFilesInFoldersWithExtension ( string ext ) : List |
||
ext | string | |
return | List |
public unRAR ( string unRarPatch, string rarPatch, string rarName ) : string | ||
unRarPatch | string | |
rarPatch | string | |
rarName | string | |
return | string |