Function
GLibchdir
since: 2.8
Declaration [src]
int
g_chdir (
const gchar* path
)
Description [src]
A wrapper for the POSIX chdir()
function. The function changes the
current directory of the process to path
.
See your C library manual for more details about chdir().
Available since: 2.8