Commit c557266
authored
PR #201: Raise ProcessDirectory event for FastZip extract
FastZip's ExtractZip method did not raise the ProcessDirectory event when
creating a directory. There was no way to determine or control when
ExtractZip decided to create a new directory.
NOTE: The logic to raise the event only triggers when the target directory
doesn't already exist in the destination.1 parent 63e7e70 commit c557266
1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
807 | | - | |
808 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
809 | 816 | | |
810 | | - | |
| 817 | + | |
811 | 818 | | |
812 | 819 | | |
813 | 820 | | |
| |||
0 commit comments