Re: Directory handling



Thanks for help, Jonathon. :-)

2007/1/19, Jonathon Jongsma <jonathon jongsma gmail com>:
On 1/19/07, Arthur Maciel <arthurmaciel gmail com> wrote:
> Hi there.
> Is there any efficient and portable way (Linux/Win32) to handle
> directories (listing) with Gtkmm/Glibmm?
>
> I appreciate any help.
>
> Regards,
> Arthur

have you looked at Glib::Dir?
http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Dir.html
It's pretty simple, but used with other general file-related Glib
functions, it might do what you want.

Alternatively, you could also look at boost::filesystem
http://www.boost.org/libs/filesystem/doc/index.htm
--
jonner




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