System.Zip.TZipFile.IsValid

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function IsValid(const ZipFileName: string): Boolean; static;

C++

static bool __fastcall IsValid(const System::UnicodeString ZipFileName);

Propriétés

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


Description

Détermine si un fichier spécifié est un fichier .zip valide.

IsValid est une procédure de classe qui renvoie True si le fichier spécifié par ZipFileName est un fichier .zip valide.

Voir aussi