摘要:
用 ZIPTV 控件包实现用到其中的 TZip 和 TUnZip 控件函数:function DeCompressFile(sourceFile, targetPath: string): Boolean;var FilesExtracted: Integer;begin result := False; UnZIP1.ArchiveFile := sourceFile; // archive filename // UnZIP1.Passwords.Add('123'); UnZIP1.ConfirmOverwrites := false; // default = Fals 阅读全文