public void GoToParent() { if (!string.IsNullOrEmpty(currentDir)) { string fn = fileResolver.GetParent(currentDir); GoToDir(fn); } }