Directory.GetCurrentDirectory() is not Supported

  • Thread starter Thread starter Torrent
  • Start date Start date
T

Torrent

MessageBox.Show(Directory.GetCurrentDirectory());

This code is throwing an "System:NotSupportedExeption:NotSupportedException"
Message.

I am using the Pocket PC 2002 Emulator with Visual Studio .NET 2003
 
Windows CE does not have a concept of current directory. The method exists
for API compatibility. File path needs to be fully specified
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top