Application Path

How can I get the application path?
In Visual Basic is App.Path. In Visual C++ 2005 what's the method that gets this?
Thanks in advance.
[145 byte] By [an5w3r] at [2007-12-22]
# 1
I discovered myself... it is System::Environment::CurrentDirectory::get().
I'm pretty new to VC++
an5w3r at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...