Process open = new Process(); open.StartInfo.FileName = "explorer"; open.StartInfo.Arguments = @"/select," + location; open.Start();