Get Current Directory Compact Framework
I'm writing an application in C# on the .NET Compact Framework and I need a way to find the current working directory. In the full framework I know it's
Directory.GetCurrentDirectory()
But that doesn't exist in the compact framework, any ideas?
thanks
Paul

