Method | Description | |
---|---|---|
ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void | ||
ListFiles ( string rarFile ) : IEnumerable |
||
TestFile ( string rarFile, string path ) : void | ||
UnrarExeWrapper ( string pathToUnrar ) : System |
Method | Description | |
---|---|---|
GetUnrarRedirectedStart ( ) : |
public ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void | ||
rarFile | string | |
path | string | |
dryRun | bool | |
return | void |
public ListFiles ( string rarFile ) : IEnumerable |
||
rarFile | string | |
return | IEnumerable |
public TestFile ( string rarFile, string path ) : void | ||
rarFile | string | |
path | string | |
return | void |
public UnrarExeWrapper ( string pathToUnrar ) : System | ||
pathToUnrar | string | |
return | System |