c# how to open file explorer

C#
Process.Start("explorer.exe" , @"C:\Users");
Source

Also in C#: