How to get the string name of directory in listview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrColeyted
    New Member
    • Feb 2008
    • 3

    How to get the string name of directory in listview

    Can anyone tell me how to get the string representation of the name of a directory that is listed in a listview control? I am trying to repopulate an existing treenode in the treeview by clicking on the folder name in the listiew. I am lost!
    I am trying to concatenate the string name of the selected treenode (which I can get), with the name of the folder selected in the listview (which I cannot get) in order to get the path for the folder that contains the subfolders that i want to populate the treenode upon the SelectedIndexCh anged event of the listview with.
Working...