Compresses and encrypts an input file to the output file.

Namespace:  Phoenix.Utilities
Assembly:  Phoenix.Utilities (in Phoenix.Utilities.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public static void CompressToFile(
	string infile,
	string outfile
)

Parameters

infile
Type: System..::.String
The full path to the input file.
outfile
Type: System..::.String
The full path of the output file.

See Also