MessageBox.Show(Application.StartupPath); DirectoryInfo di = new DirectoryInfo(string.Format(@"{0}....", Application.StartupPath)); MessageBox.Show(di.FullName);
-