Method | Description | |
---|---|---|
ArchiveProcressScreen ( IList |
|
|
CancelCompression ( object sender, |
||
Close ( object sender, |
Method | Description | |
---|---|---|
ArchiveProcressScreen_Shown ( object sender, |
||
Compress ( ) : void | ||
Compressing ( object sender, SevenZip.ProgressEventArgs e ) : void | ||
CompressionFinished ( object sender, |
||
Done ( ) : void | ||
Extract ( ) : void | ||
FileCompressionFinished ( object sender, |
||
FileCompressionStarted ( object sender, SevenZip.FileNameEventArgs e ) : void | ||
FileExtractionFinished ( object sender, SevenZip.FileInfoEventArgs e ) : void | ||
FileExtractionStarted ( object sender, SevenZip.FileInfoEventArgs e ) : void | ||
RemoveFile ( ) : void | ||
SelectExtention ( OutArchiveFormat format ) : string | ||
_thread_ThreadException ( BetterExplorer.SafeThread thrd, |
public ArchiveProcressScreen ( IList |
||
fileAndDirectoryFullPaths | IList |
The full path to all the files and directorys to compress or archives to extract |
archivefullPath | string | The path where to place the archive or the extracted files and directorys |
action | ArchiveAction | |
archivename | string | |
format | OutArchiveFormat | The compression format(only for compression) |
fastcompression | bool | If you whan to compresss the files fast(only for compression) |
password | string | (only for compression and if required) |
compresstionlevel | CompressionLevel | How strong must the compression be (only for compression) |
return | System |
public CancelCompression ( object sender, |
||
sender | object | |
e | ||
return | void |
public Close ( object sender, |
||
sender | object | |
e | ||
return | void |