Mike Jonson

Mike Jonson

  • NA
  • 239
  • 190.8k

How returning to the same directory ago?

Aug 2 2011 9:58 AM
I have create next path:

StringBuilder sb = new StringBuilder();
            sb.Append(Environment.CurrentDirectory.ToString());

Its path: d:\????????????????\?#\My projects\MyToolBar(new)\TestToolBar\TestToolBar\bin\Debug\

And i need: d:\????????????????\?#\My projects\MyToolBar(new)\TestToolBar\TestToolBar\bin\
How returning to the same directory ago?

Answers (3)