System.Zip.TZipFile.GetUTF8PathFromExtraField

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Détermine si le champ ExtraField d'un en-tête de fichier .zip contient le chemin Unicode.

GetUTF8PathFromExtraField vérifie TZipHeader.ExtraField. Si le champ ExtraField du paramètre AHeader contient un chemin Unicode, le paramètre AFileName est rempli avec le chemin Unicode.

Voir aussi