Skip to content

Commit

Permalink
Select file in explorer when opening path
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Nov 14, 2020
1 parent 385e924 commit 7be4a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EverythingToolbar/Data/SearchResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void OpenPath()
{
try
{
Process.Start(Path);
ShellUtils.CreateProcessFromCommandLine("explorer.exe /select,\"" + FullPathAndFileName + "\"");
EverythingSearch.Instance.IncrementRunCount(FullPathAndFileName);
}
catch (Exception e)
Expand Down

0 comments on commit 7be4a49

Please sign in to comment.