DragonFly On-Line Manual Pages

Search: Section:  


cxGetFullFilePath(3)         The GNUpdate Project         cxGetFullFilePath(3)

NAME

cxGetFullFilePath - Returns the full, absolute path for the specified filename.

SYNOPSIS

#include <comprex.h> char *cxGetFullFilePath(const char *filename);

PARAMETERS

filename The filename

DESCRIPTION

Returns the full, absolute path for the specified filename. This prepends the current working directory, if the specified path is not an absolute path. The path will be processed by using the cxFixPath() function.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxGetFullFilePath(3)

Search: Section: