1 2 3 4
public void OpenFileInWindowsExplorer(string fileName) { Process.Start("explorer.exe", "/e,/select," + fileName); }