On 9/10/06, Bernd Robertz <[EMAIL PROTECTED]> wrote: > Hello @all, > > I´m new to this list and I have a question, perhaps someone could help me. > > I plan to write a small gtkmm installer for some small projects from me. > > The problem I have is, that I need some functions for the file system like > create directories, check for directories and files or list the contents of a > directory (perhaps to check for a specific file or list all installed files). > > So are there some functions to do this actions. I didn´t find anything in the > C++ STL and gtkmm. > > I´m sorry I´m a bit new in this things. > > Thanks for help. > > Bernd
Most of the general-purpose / non-gui-related functionality is provided by glibmm which gtkmm depends on. Take a look at glibmm (and glib, since not all of the C functions are wrapped by glibmm) for this kind of functionality. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
