Table of Contents

TZippyReader.IsZipValid Method

Overloads

TZippyReader.IsZipValid(String)

Returns true if the file is a valid zip file.

Syntax

Namespace: FlexCel.Core

public static Boolean IsZipValid(String aZipFileName)

Parameters

<-> Parameter Type Description
aZipFileName String File to test.

See also

TZippyReader.IsZipValid(Stream)

Returns true if the stream contains a valid zip file.

Syntax

Namespace: FlexCel.Core

public static Boolean IsZipValid(Stream aStream)

Parameters

<-> Parameter Type Description
aStream Stream Stream with the contents.

See also