We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2934ad7 commit e7921dbCopy full SHA for e7921db
src/Native/MacOS.cs
@@ -53,7 +53,7 @@ public void OpenInFileManager(string path, bool select)
53
{
54
if (Directory.Exists(path))
55
56
- Process.Start("open", path);
+ Process.Start("open", $"\"{path}\"");
57
}
58
else if (File.Exists(path))
59
0 commit comments