[Gtk-sharp-list] Gtk# Directory Treeview multiplatform ??

Jae Stutzman stutzmanj@argontech.net
Tue, 06 Jan 2004 21:27:53 -0600


I thinking of doing a directory tree selector (like the left tree of the
FileSelector) for my little app. I would like to make sure it is
cross-platform. Has someone already done this before?

What is the best way to get the directory list? Use
System.IO.Directories? What about logical drives on a windows box versus
/ on linux.

It looks like the FileSelector already takes care of this, too bad I
can't just take the left tree component of it!

Jae