X
xxjcom2001
Unregistered / Unconfirmed
GUEST, unregistred user!
我用VCLZIP2.2解压一个文件时,文件已存在时我想覆盖,可是VCLZIP总是提示出错,
我快疯了。
with UnVclzip do
begin
ZipName := xUnZipFileStr;
ReadZip;
DoAll := True;
DestDir := ExtractFilePath(Application.ExeName) + 'Data';
RecreateDirs := False;
RetainAttributes := True;
ReplaceReadOnly := True;
UnZip;
end;
error: 'cannot create file 'xxxxx/data/xxx.mdb' file'
难道VCLZIP不支持文件覆盖吗?
我快疯了。
with UnVclzip do
begin
ZipName := xUnZipFileStr;
ReadZip;
DoAll := True;
DestDir := ExtractFilePath(Application.ExeName) + 'Data';
RecreateDirs := False;
RetainAttributes := True;
ReplaceReadOnly := True;
UnZip;
end;
error: 'cannot create file 'xxxxx/data/xxx.mdb' file'
难道VCLZIP不支持文件覆盖吗?