Util.getCurrentDir

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.

class Util
static
string
getCurrentDir
()

Return Value

Type: string

the current directory

Meta