函数

GLibchdir

自:2.8

声明 [src]

int
g_chdir (
  const gchar* path
)

说明 [src]

POSIX chdir() 函数的包装器。该函数将进程的当前目录更改为 path

有关 chdir() 的更多详细信息,请参阅 C 库手册。

自:2.8 提供

参数

路径

类型: const gchar*

在 GLib 文件名编码中使用路径名(在 Windows 上为 UTF-8)。

数据归函数调用方所有。
该值是平台原生字符串,在 Unix 上使用首选操作系统编码,在 Windows 上使用 UTF-8。

返回值

类型: int

成功:0,如果出错:-1。