Function _fullpath

Top 

 

Declaration:

int _fullpath(char buf[], char path[]);

Description

Converts a relative path name to the absolute one.

_fullpath converts the relative path name in a path to the absolute path name that is stored in the array of characters pointed to by buf. The function returns FALSE the path contains an invalid drive letter.

Returned value

If successful, the _fullpath function will return TRUE. On error, it returns FALSE.