I use this code for finding the debug directory
public string str_directory = Environment.CurrentDirectory.ToString();
\"C:\\\\Us
You can use System.IO.Directory.GetParent() to retrieve the parent directory of a given directory.