How to get working directory

18 07 2010

In .NET Framework you can use Application.StartupPath() method to get the working directory. But it’s not supported in .NET Compact Framework. So, after read some article in the web, I found the working one.  Read the rest of this entry »