标题:[求助]zip的運用
只看楼主
subway0592
Rank: 1
等 级:新手上路
帖 子:52
专家分:0
注 册:2006-12-20
 问题点数:0 回复次数:0 
[求助]zip的運用
With unzipMain do(unzipMain是unzip)
begin
ZipName := edt2.Text; // set the zip filename
ReadZip;
// FilesList.Add( '*.cpp' );
// FilesList.Add( 'myprog.exe' );
// FilesList.Add( '?<0-9>*\*.h' );
// FilesList.Add( Filename[Count-1] );

DoAll := True;
DestDir := edt1.Text;
RecreateDirs := False;
RetainAttributes := True;
Unzip;

這段代碼執行後沒用反映,不會解壓,如果把上面的注釋去掉,// FilesList.Add( Filename[Count-1] ); 會報錯,我查了下:count=0,這是怎麼回事啊?請幫幫忙?謝謝
搜索更多相关主题的帖子: zip 
2007-06-20 15:26



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-148982-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.618645 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved