System.Zip.TZipFile.GetUTF8PathFromExtraField

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


説明

Zip ヘッダーExtraField フィールドが Unicode パス を格納しているかどうかを判断します。

GetUTF8PathFromExtraFieldTZipHeader.ExtraField をチェックします。AHeader パラメータの ExtraField フィールドが、Unicode パスを含んでいる場合、AFileName パラメータは、その Unicode パスで設定されます。

関連項目