Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information