Method Decompress
Decompress(string, string)
Extracts all artifacts compressed in an archive.
Declaration
public static bool Decompress(string archiveFilePath, string directoryPath)
Parameters
Type | Name | Description |
---|---|---|
string | archiveFilePath | The archive to decompress. |
string | directoryPath | The path where the extracted artifacts will be stored. |
Returns
Type | Description |
---|---|
bool | Returns true if the archive was found and decompressed. Returns false otherwise. |