System.Zip.TZipFile.GetUTF8PathFromExtraField

From RAD Studio API Documentation
Revision as of 08:44, 30 March 2016 by Pial (talk | contribs) (English Review. RS-75584)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

class function GetUTF8PathFromExtraField(const AHeader: TZipHeader; out AFileName: string): Boolean;

C++

__classmethod bool __fastcall GetUTF8PathFromExtraField(const TZipHeader &AHeader, /* out */ System::UnicodeString &AFileName);

Properties

Type Visibility Source Unit Parent
function public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

Determines whether the ExtraField field of a Zip header contains unicode path or not.

GetUTF8PathFromExtraField checks TZipHeader.ExtraField. If the ExtraField field of the AHeader parameter contains a unicode path, the AFileName parameter is filled with the unicode path.

See Also