getting current directory

  • Thread starter Thread starter wanderer
  • Start date Start date
W

wanderer

Although the docs say Directory.GetCurrentDirectory() is
supported in the CF, I seem to get a managed
NotSupportedException when I try to use it. Is there an
easy way to get the directory that the
program/application that is running is installed in?
 
Back
Top