diff --git a/Plugins/Flow.Launcher.Plugin.Folder/ContextMenuLoader.cs b/Plugins/Flow.Launcher.Plugin.Folder/ContextMenuLoader.cs index c083a95f6..561047932 100644 --- a/Plugins/Flow.Launcher.Plugin.Folder/ContextMenuLoader.cs +++ b/Plugins/Flow.Launcher.Plugin.Folder/ContextMenuLoader.cs @@ -89,7 +89,7 @@ namespace Flow.Launcher.Plugin.Folder if (record.Type == ResultType.File) File.Delete(record.FullPath); else - Directory.Delete(record.FullPath); + Directory.Delete(record.FullPath, true); } catch(Exception e) {