Re: directory traversal



Hi,

Jeff Abrahamson <jeff purple com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]