DK11 for Delphi | GisCompression.GetZipFilesNames | Methods
Get internal files names from a zip file.
// Delphi function GetZipFilesNames( const _path : String ) : TArray<String>;
// C++ Builder extern DELPHI_PACKAGE TArray__1<UnicodeString>* GetZipFilesNames( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | file path |
Type | Description |
---|---|
TArray<String> | array of names |