getcwd

filespecrootpath ************************** Purpose: To expand a relative path into an absolute path.

Side Effects: mem_frees input string.

version(Windows)
extern (C) nothrow @safe
char*
getcwd
(
char*
,
size_t
)

Return Value

Type: char*

mem_malloced string with absolute path. NULL if some failure.

Meta