VBA zip file and folder together

VBA zip file and folder together

Hello,

I'm trying to zip a file and a folder together without success.

My situation looks like this:

testfile.xml
bindata\test.pdf

bindata is a folder with files.

I want to zip those two things together as one zip and the folder "bindata" has to stay.

Are there any ways this can work? 

Jerome