Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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	cxFix-
       Path() function.

RETURNS
       Nothing.

libcomprex			  05 Mar 2003		  cxGetFullFilePath(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxGetFullFilePath&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help