Ensure all parent dirs of a given entry have been added. @param baseDir the base directory to use (may be null) @param entry the entry name to create directories from @param zOut the stream to write to @param prefix a prefix to place on the created entries @param dirMode the directory mode @th
(final File baseDir, final String entry,
final ZipOutputStream zOut, final String prefix,
final int dirMode)