API:System.Zip.TZipFile.ZipDirectoryContents

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure ZipDirectoryContents(const ZipFileName: string; const Path: string; Compression: TZipCompression = zcDeflate; ZipProgress: TZipProgressEvent = nil); overload; static;
class procedure ZipDirectoryContents(const ZipFileName: string; const Path: string; const Encoding: TEncoding; Compression: TZipCompression = zcDeflate; ZipProgress: TZipProgressEvent = nil); overload; static;

C++

static void __fastcall ZipDirectoryContents(const System::UnicodeString ZipFileName, const System::UnicodeString Path, TZipCompression Compression = (TZipCompression)(0x8), TZipProgressEvent ZipProgress = 0x0)/* overload */;
static void __fastcall ZipDirectoryContents(const System::UnicodeString ZipFileName, const System::UnicodeString Path, System::Sysutils::TEncoding* const Encoding, TZipCompression Compression = (TZipCompression)(0x8), TZipProgressEvent ZipProgress = 0x0)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.