Function
GLibmkdir
since: 2.6
Declaration [src]
int
g_mkdir (
const gchar* filename,
int mode
)
Description [src]
A wrapper for the POSIX mkdir() function. The mkdir() function
attempts to create a directory with the given name and permissions.
The mode argument is ignored on Windows.
See your C library manual for more details about mkdir().
Available since: 2.6