Table of Contents

TZippyReader.GetFileInfo Method

Overloads

TZippyReader.GetFileInfo(Int32)

Returns the information for the file at position "Index" in the zip file.

Syntax

Namespace: FlexCel.Core

public TZippyFileInfo GetFileInfo(Int32 Index)

Parameters

<-> Parameter Type Description
Index Int32 Index (0 based) of the file. Must be between 0 and FileCount - 1.

See also

TZippyReader.GetFileInfo(String)

Returns the information for file "aFileName" in the zip file.

Syntax

Namespace: FlexCel.Core

public TZippyFileInfo GetFileInfo(String aFileName)

Parameters

<-> Parameter Type Description
aFileName String Full Name and path of the file. See description and remarks at FileExists.

See also