On Thu, 2010-06-10 at 20:12 +0200, Glus Xof wrote: > Hi guys, > > Gio::File::remove() seems not working to delete recursively (when > Gio::File is a folder path...) > > How should I do to delete directories recursively ?
get the directory's children and recursively delete the children and then delete the directory itself. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
