GetCurrentDirectory is not supported in the .NET CF. Maybe this can help you
if you want to know the path from which the application is executing:
http://smartdevices.microsoftdev.com...icles/516.aspx
--
Regards,
Maarten Struys, eMVP
PTS Software bv
"Torrent" <bl4k3Seven_88101athotmail.com> wrote in message
news:(E-Mail Removed)...
> 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
>
>
>
>