TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.8
A wrapper for the POSIX chdir() function. The function changes the current directory of the process to path.
chdir()
path
See your C library manual for more details about chdir().
a pathname in the GLib file name encoding (UTF-8 on Windows)
0 on success, -1 if an error occurred.
2.8
A wrapper for the POSIX
chdir()function. The function changes the current directory of the process topath.See your C library manual for more details about
chdir().