CompressionBase.

Decompress(FilePath, DirectoryPath) Method

Summary

Decompress the specified archive.

Syntax

public abstract void Decompress(FilePath filePath, DirectoryPath outputPath)

Parameters

Name Type Description
filePath FilePath Archive to decompress.
outputPath DirectoryPath Output path to decompress into.

Return Value

Type Description
void