Hi, Jeff Abrahamson <[EMAIL PROTECTED]> writes:
> I want to recursively traverse a directory. It seems dumb to write > this from scratch (and easy to goof on corner cases), but I haven't > found anything in glib / gtk / etc. that seems to address it. (Yeah, > this is more of a glib question than a gtk question, I guess.) you can easily implement this in a portable manner using the GDir functions in GLib. Check gdir.h or the GLib API reference. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
