What steps will reproduce the problem?
mz_zip_writer_add_file(&zip_archive, "dir/", "dir/", NULL, 0, 0);
What is the expected output? What do you see instead?
Expected to see it read directory modified time and other attribute and add an
entry to zip_archive.
But the function return false every time.
What version of the product are you using? On what operating system?
v115_r4
win8.1
Please provide any additional information below.
The only way I can find to add directory entry is mz_zip_writer_add_mem, but
the modified time will be now instead of actual modified time of the directory.
Original issue reported on code.google.com by jayxon on 10 Apr 2014 at 10:42
Original issue reported on code.google.com by
jayxon
on 10 Apr 2014 at 10:42