in reply to Re^2: Why doesn't system("zip -D") exclude directories?
in thread Why doesn't system("zip -D") exclude directories?

Using the same paths as you (except for adding a leading /tmp), I was unable to replicate your problem.

Replies are listed 'Best First'.
Re^4: Why doesn't system("zip -D") exclude directories?
by YuTsun (Initiate) on May 05, 2010 at 23:34 UTC

    Thank you. That was the information I needed.

    Embarrassingly enough, I seem to have misread man zip. Your original solution--working directory--is right.

    I am humbled.