Gett all TreeView nodes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, ive been trying to get all the nodes in a treeview in order....for
instance, in the tree

[Target]
/ \
[A]
\ \
[C] [D]

i want to be able to get a string saying [Target]\[A]\[C];
i figure il have to use a recursive function, but i havent done much work
with those....any help would be great
 
ahh...nvrmnd, it was a simple overlook on my part...is the nodes FullPath
property if anyone is interested...
 
Back
Top