Hello,
Is there a command in C++ similar to the command App.Path in VB to get the application path.
Also how can one get the drive name??.
Barnabas
Printable View
Hello,
Is there a command in C++ similar to the command App.Path in VB to get the application path.
Also how can one get the drive name??.
Barnabas
I answered this question here: http://forums.vb-world.net/showthrea...threadid=67935
It's near the bottom of the page.
Also, look at the GetVolumeInformation API function...I'll do an example if you want.