say i have an xml file like this
<folders>
<path="C:\test" subfolders="false"/>
<path="C:\New Folder" subfolders="true"/>
</folders>

how do i auto fill a listbox with an item for every folder, where the name of the item is the path and the tag is the boolean value of the subfolders variable?

any ideas or some code??

thanks already...