Function getcwd

Top 

Declaration:

void getcwd(char path[]);

Description

Gets the current working directory.

getcwd gets the full path name (including the drive) of the current working directory and stores it in buf.