From 8f2163c0c06c4dcd447e0f11234d440d865ffb10 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Sat, 6 Nov 2021 21:04:14 -0500 Subject: [PATCH] migrate explorer open containing folder to new api --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index c6bf7bcac..f499274a9 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -230,7 +230,7 @@ namespace Flow.Launcher.Plugin.Explorer { try { - FilesFolders.OpenContainingFolder(record.FullPath); + Context.API.OpenDirectory(Path.GetDirectoryName(record.FullPath), record.FullPath); } catch (Exception e) {