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

FreeBSD Manual Pages

  
 
  

home | help
cxSplitPath(3)		     The GNUpdate Project		cxSplitPath(3)

NAME
       cxSplitPath  -  Splits  the  specified path into	a directory part and a
       filename	part.

SYNOPSIS
       #include	<comprex.h>

       void cxSplitPath(const char *path, char **dir, char **basename);

PARAMETERS
       path   The path to split.

       dir    The returned directory part.

       basename
	      The returned filename part.

DESCRIPTION
       Splits the specified path into a	directory part and a filename part.

RETURNS
       Nothing.

libcomprex			  05 Mar 2003			cxSplitPath(3)

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

home | help