diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 522286524..312ea3339 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -322,7 +322,7 @@ namespace Flow.Launcher.Plugin.Explorer { try { - Process.Start(editorPath, record.FullPath); + Process.Start(editorPath, '"' + record.FullPath + '"'); return true; } catch (Exception e)