I am trying to extract a file from a zip file to a tmemory stream using delphi's system.zip and cant figure out how to do it, I get an overload error when I try to do this "zipfile.Extract(s, decompstream, false);" could some one direct me to the proper way of extracting a file from a zip to a stream. |