Page 1 of 1

Fully qualified filesystem path

Posted: 09 Aug 2015, 20:03
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?

Re: Fully qualified filesystem path

Posted: 10 Aug 2015, 21:30
by TiKu
Hi,

Try this:

Code: Select all

newCaretItem.ShellTreeViewItemObject.DisplayName(dntFileSystemPath, True)
Regards
TiKu