get_current_dir


Description:

[ CCode ( cname = "g_get_current_dir" ) ]
public string get_current_dir ()

Gets the current directory.

The returned string should be freed when no longer needed. The encoding of the returned string is system defined. On Windows, it is always UTF-8.

Since GLib 2.40, this function will return the value of the "PWD" environment variable if it is set and it happens to be the same as the current directory. This can make a difference in the case that the current directory is the target of a symbolic link.

Returns:

the current directory


Namespace: GLib.Environment
Package: glib-2.0