how to create open button in C# that brings to file explorer code example Example: c# how to open file explorer Process.Start("explorer.exe" , @"C:\Users");