TUnzipFile:cDirectory cannot be relative
Publicado: Jue May 15, 2008 9:40 am
Dear developers!
I found that the path in property TUnzipFile:cDirectory cannot be relative.
If I do:
oZip:=TUnzipFile():New()
oZip:cFileName:=cTmpArc
oZip:cDirectory:='ARC'
oZip:Run()
oZip:Free()
the data is always extracted to C:ARC despite of current directory
(C:PROGRAM for example).
Can you check this?
Regards, Oleg
I found that the path in property TUnzipFile:cDirectory cannot be relative.
If I do:
oZip:=TUnzipFile():New()
oZip:cFileName:=cTmpArc
oZip:cDirectory:='ARC'
oZip:Run()
oZip:Free()
the data is always extracted to C:ARC despite of current directory
(C:PROGRAM for example).
Can you check this?
Regards, Oleg