|
NAMEcxGetFullFilePath - Returns the full, absolute path for the specified filename.SYNOPSIS#include <comprex.h>char *cxGetFullFilePath(const char *filename); PARAMETERS
DESCRIPTIONReturns 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. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |