Table of Contents

TZippyReader.ExtractFileName Method

Returns the filename part of a full zip path. For example, if aFileName is 'test/test2/file1.zip' this method will return 'file1.zip'

Syntax

Namespace: FlexCel.Core

public static String ExtractFileName(String aFileName)

Parameters

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

See also