Definition : (string) FILE_PATH(string filename)

Defined in : <filepath.h>

Description: Find the path part of a fully qualified filename, including
             the trailing slash /. It won't work if there is no file name.

Example    : /d/Domain/somedir/foo.c  ->  /d/Domain/somedir/

See also   : FILE_NAME
