how to get absolute path for current working directory

Login to reply to this topic.
Wed, 2007-02-21 08:30
Joined: 2007-02-21
Forum posts: 1
Hi all

Can anyone help me in getting the current working directory's absolute path in the navigation pane.



Thu, 2007-02-22 13:30
Joined: 2005-02-11
Forum posts: 214
Re: how to get absolute path for current working directory
Code:
TFileName iDriveandpath;
iDriveandpath = BaflUtils::DriveAndPathFromFullName(CEikonEnv::Static()->EikAppUi()->Application()->AppFullName());

"I only know that I know nothing." (Socrates)

Tue, 2007-02-27 12:41
Joined: 2007-02-12
Forum posts: 27
Re: how to get absolute path for current working directory
Hi,

Just search for PathInfo or CompleteWithAppPath( ) in your SDK help.

It will help you a lot.

Regards,
PankajNeve.

Regards,
Pankaj.

The best place to find the helping hand is at the end of your arm!!!

  • Login to reply to this topic.