Compressing directory structure using lzma sdk (7z)
Hi everyone!
I'm a beginner in things like this, but I need to call some compression method to compress some directory structure. I considered using lzma sdk but I don't have any idea how to do this work with directories. Do I have to copy directory structure and compress files in these directories? How to make one archive file then?
Oh. I'm using package SevenZip and its main method from LzmaAlone.
Does anyone knows the idea?
Thanks in advance...

