On Fri, Aug 26, 2022 at 6:09 PM Christian Schoenebeck <qemu_...@crudebyte.com> wrote: > > On Mittwoch, 24. August 2022 11:39:47 CEST Bin Meng wrote: > > From: Bin Meng <bin.m...@windriver.com> > > > > Use the same g_mkdir_with_parents() call to create a directory on > > all platforms. > > The same would be g_mkdir(), not g_mkdir_with_parents(), so please use that > instead. >
No, g_mkdir() is a deprecated API. Search result (https://docs.gtk.org/glib/?q=mkdir) shows only g_mkdir_with_parents(). Regards, Bin