Package: glib

Function g-chdir

Lambda List

g-chdir (path)

Arguments

path -- a string with a pathname in the GLIB file name encoding

Return Value

0 on success, -1 if an error occured.

Details

A wrapper for the POSIX chdir() function. The function changes the current directory of the process to path.
 

See also

2021-12-10