Function
GLibrmdir
since: 2.6
Declaration [src]
int
g_rmdir (
const gchar* filename
)
Description [src]
A wrapper for the POSIX rmdir()
function. The rmdir()
function
deletes a directory from the filesystem.
See your C library manual for more details about how rmdir()
works
on your system.
Available since: 2.6