Search Results for

    Show / Hide Table of Contents

    TZippyReader.GetFileInfo Method

    Overloads

    • TZippyReader.GetFileInfo(Int32)
    • TZippyReader.GetFileInfo(String)

    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

    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

    • TZippyReader
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com