diff --git a/CodeWalker/ExploreForm.cs b/CodeWalker/ExploreForm.cs index 593ec4e97..33c8f5095 100644 --- a/CodeWalker/ExploreForm.cs +++ b/CodeWalker/ExploreForm.cs @@ -3379,7 +3379,7 @@ private void DeleteItem(MainListItem item) //delete an item in the filesystem. if ((item.Folder != null) && (item.Folder.RpfFile == null)) { - Directory.Delete(item.FullPath); + Directory.Delete(item.FullPath, true); } else {