This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Leigh 92ccb7e463 Fix for Installed packages not being removed correctly
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);
2021-12-10 16:06:12 +01:00
..
2020-06-18 23:06:33 -07:00
2020-11-27 22:06:54 +03:00
2021-12-02 09:56:55 +01:00
2021-05-30 15:35:04 -04:00
2020-11-27 22:06:40 +03:00
2021-11-18 14:50:17 +03:00