[delphizip] Re: storing drive spec in a zip file

  • From: "James Turner" <james.d.h.turner@xxxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Thu, 19 Feb 2004 11:34:32 -0000

You could use environment vars.

Set the following. DRIVE_C = C:
[ Note that the backslash is omitted ]

Store the files using the path %DRIVE_C%\test.txt

This might be a better method than using UNC file names. I don't know
whether the Unzip DLL will handle extraction automatically but it would be
an easy modification if it does not.

-- James Turner

-----------
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:

  • » [delphizip] Re: storing drive spec in a zip file