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

Fix for Installed packages not being removed correctly #1863

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Fix for Installed packages not being removed correctly #1863

merged 1 commit into from
Dec 10, 2021

Conversation

leigh-pointer
Copy link
Contributor

When a package is remove in some instance the system complains that a file still exists in the deleting directory but there is not file.
Added true parameter to the Directory delete for force the removal.
Directory.Delete(Path.GetDirectoryName(filepath), true);

When a package is remove in some instance the system complains that a file still exists in the deleting directory but there is not file.
Added true parameter to the Directory delete for force the removal. 
Directory.Delete(Path.GetDirectoryName(filepath), true);
@sbwalker sbwalker merged commit 7811079 into oqtane:dev Dec 10, 2021
@leigh-pointer leigh-pointer deleted the InstallManagerDelete branch December 14, 2021 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants