System.Zip.TZipFile.FileComment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FileComment[Index: Integer]: string read GetFileComment write SetFileComment;

C++

__property System::UnicodeString FileComment[int Index] = {read=GetFileComment, write=SetFileComment};

Propriétés

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


Description

Donne accès à un commentaire de fichier spécifié par Index.

Les commentaires de fichier peuvent être changés, à tout moment, pour des fichiers ouverts en mode écriture. Le commentaire est écrit quand le répertoire central est écrit sur le disque.

La longueur des commentaires ne doit pas dépasser 65535 octets. Si un commentaire plus long est fourni, il est tronqué avant son écriture dans le fichier .zip.

Voir aussi