摘要:
用 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 阅读全文
posted @ 2011-04-20 16:35
linyawen
阅读(1483)
评论(0)
推荐(0)
浙公网安备 33010602011771号