Hi,
does anyone know how to make the "browse file" and/or "Open File" Dialogs?
and if they do, put the path of the selected file into a database.
then put that path strring data into a XML
such as like

<?xml version="1.0"?>
<tree>
<node label="Paths">
<node src="C:\examplepath\folder\file" />
<node src="C:\examplepath\folder\file2" />
<node src="C:\examplepath\folder\file3" />
<node src="C:\exmaplepath\folder\file4" />
</node>
</tree>

?

Thank You!
Keehun Nam