How to make a treeview from a database column filepath

Posted by DrybLrac on Stack Overflow See other posts from Stack Overflow or by DrybLrac
Published on 2010-03-12T22:01:42Z Indexed on 2010/03/12 22:17 UTC
Read the original article Hit count: 357

Filed under:
|

I have a column in a database table which contains the filepath for each file in the table. how can I make a treeview in c# which will mimic the filepath column in my database.

here is what a sample filepath column looks like in the column:

jsmith/project1/hello.cs jsmith/project1/what.cs jwilliams/project2/hello.cs

© Stack Overflow or respective owner

Related posts about treeview

Related posts about c#