Subscribe to Code Snippets
string root = @"C:\Lakshmi\Naraayanan"; DirectoryInfo di = new DirectoryInfo(root); MessageBox.Show(di.Parent.FullName);
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend