zip resources

BCS ao at pathlink.com
Fri May 16 16:18:14 PDT 2008


Reply to Tyro,

> I have an exe that depends on the existance of a zip file. The archive
> gets updated one every three or so years so I'd like to provide it
> bundled with my exe. Is then even possible? If so, please point me to
> the reference or provide a small example.
> 
> Thanks.
> 

if you unzip it from an in memory buffer (and the file isn't to huge) you 
can do an include("file.zip") and get it as a string.




More information about the Digitalmars-d-learn mailing list