Class FileCompressor
Namespace: UnityEditor.Build.Pipeline.Utilities
Syntax
public class FileCompressor
Methods
Compress(String, String)
Declaration
public static bool Compress(string directoryPath, string archiveFilePath)
Parameters
Type | Name | Description |
---|---|---|
String | directoryPath | |
String | archiveFilePath |
Returns
Type | Description |
---|---|
Boolean |
Decompress(String, String)
Declaration
public static bool Decompress(string archiveFilePath, string directoryPath)
Parameters
Type | Name | Description |
---|---|---|
String | archiveFilePath | |
String | directoryPath |
Returns
Type | Description |
---|---|
Boolean |