wManager.Wow.Helpers Namespace
WRobot

GZip..::..Decompress Method

Decompresses the specified file.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool Decompress(
	string filename
)
Public Shared Function Decompress ( _
	filename As String _
) As Boolean
public:
static bool^ Decompress(
	String^ filename
)

Parameters

filename
Type: String
The file path.

Return Value

true if success, false otherwise.