Table of Contents

TZippyWriter.GetCompressionMode Method

Returns the compression mode for a file name. This method is used when you don't specify a compression mode or it is cmAutomatic.

Syntax

Namespace: FlexCel.Core

public static TCompressionMode GetCompressionMode(String aFileName)

Parameters

<-> Parameter Type Description
aFileName String Name of the file as it will be stored in the zip file.

See also