Table of Contents

TZippyReader.ExtractFilePath Method

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

Syntax

Namespace: FlexCel.Core

public static String ExtractFilePath(String aFileName)

Parameters

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

See also