[delphizip] Re: problems with extracting to network

  • From: "R. Peters" <russellpeters@xxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Mon, 20 Dec 2004 07:52:51 +1100

I will have a look.
There are several places that could cause it so it may take a bit of
tracking down, particularly as I don't have access to a network to debug it.

- Russell Peters
-----Original Message-----
From: delphizip-bounce@xxxxxxxxxxxxx [mailto:delphizip-bounce@xxxxxxxxxxxxx]
On Behalf Of skala
Sent: Monday, 20 December 2004 5:11 AM
To: delphizip@xxxxxxxxxxxxx
Subject: [delphizip] problems with extracting to network

Hello

I tried to extract files to a network path with partial success

1. Tried with ExtrBaseDir set to =C2=BB\\comp1\abc=C2=AB and worked ok.
2. Tried with ExtrBaseDir empty and tried to set the extract filename =
with SetExtName event as follows:

FileName :=3D '\\comp1\abc\'+FileName;
IsChanged :=3D true;

This has created the file on: C:\comp1\abc\somefile.txt

Below is an extract from the verbose message info:
=C2=BBUnzipped file \comp1\abc\somefile.txt of size 766=C2=AB

The correct message should be (and is like that with ExtrBaseDir set):
=C2=BBUnzipped file \\comp1\abc\somefile.txt of size 766=C2=AB

I use the 1.78 version of TZipMaster in Delphi7 on WindowsXP. The only =
settings modified are:
ExtrOptions to [ExtrDirNames,ExtrOverWrite,ExtrForceDirs].

I had the same problem in some previous version but have forgoten about =
it until now, when i needed it and it didn't not work =E2=98=BA. I think =
the version was 1.73 so it's not a new bug - if it is one.

Have fun ;) and thank you
Marko

-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: