This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Changing how zip extracted resources are moved to their destination #925
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #898
Fixes #836
This bug has appeared before in the past and we were never sure of the cause, but it seems to be a common enough setup for people to locate their "Temp" folder on something other than their user profile. When that is the case we cannot move the folder from one location to another, we have to actually create the folder and move the contents therein. I'm not able to reproduce this on my machine, but extensive user testing in #836 has resulted in this fix.