Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay creation of extraction directory until user confirms the settings #913

Closed
rkm opened this issue Sep 24, 2021 · 0 comments · Fixed by #914
Closed

Delay creation of extraction directory until user confirms the settings #913

rkm opened this issue Sep 24, 2021 · 0 comments · Fixed by #914
Assignees
Labels
type/bug Something isn't working

Comments

@rkm
Copy link
Member

rkm commented Sep 24, 2021

_fileSystem.Directory.CreateDirectory(absoluteExtractionDir);

Currently if you attempt to start an extraction, cancel at the prompt, and try to re-run, this crashes since the extraction directory is eagerly created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant