System.Zip.TZipFile.GetUTF8PathFromExtraField

From RAD Studio API Documentation
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