|
Post by Stefan on Dec 13, 2004 4:59:31 GMT -5
Hello!
I am just testing what happens when the unzip dir cannot be accessed or has not enough free disk space. So I choose A:\ with no disk inserted and start the unzip Progress:
The result is an EFCreateError. I tried to cache the exception:
try zipper.UnZip; except on EFCreateError do showMessage('ERROR'); end;
But that does not work. Where can I cache this exception to show the user a message like "File abcdef.xxx was not unzipped..."
Thanks Stefan
|
|
|
Post by Kevin on Dec 14, 2004 9:11:11 GMT -5
Stefan,
I will recreate this here and get back to you.
Kevin
|
|