Using Delphi XE, TZipMaster 1.91 (latest)
I want to get the file name of first file name matching the FSpec arg that is passed to the Find function. However, I get an access violation when calling this function.
var
DBBakFl : String;
d : Integer;
begin
ZipMaster191.ZipFileName := 'myzip.zip';
try
DBBakFl := ZipMaster191.Find('*.FBK', d).FileName;
except
raise Exception.Create('Find raised an exception');
end;
Any help appreciated.
EDIT:
I sent an email got an almost immediate answer from one of the component’s authors, Russell Peters.
See my answer below.
I sent an email got an almost immediate answer from one of the component’s authors, Russell Peters: