Dapatkan Folder Path WinForms

string path = Path.GetDirectoryName(OpenFileDialog1.FileName); //output = c:\folder
TheRealSte