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) {