Fully qualified filesystem path

The place for threads about version 2.x of TimoSoft ExplorerTreeView.
Post Reply
Dan Ritchie
Cadet
Posts: 2
Joined: 02 May 2005, 21:49

Fully qualified filesystem path

Post by Dan Ritchie »

I am trying to use the explorereTreeVeiw version 2.5 control as a shell explorer. The path that is returned from newCaretItem.GetPath is not a fully qualified filesystem path, like "C:\Folder\another\etc\"

How do I do so?
User avatar
TiKu
Administrator
Administrator
Posts: 832
Joined: 28 Sep 2004, 21:10
Location: München
Contact:

Re: Fully qualified filesystem path

Post by TiKu »

Hi,

Try this:

Code: Select all

newCaretItem.ShellTreeViewItemObject.DisplayName(dntFileSystemPath, True)
Regards
TiKu
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Post Reply