opensolaris man page for fcstrcopyfilename

Query: fcstrcopyfilename

OS: opensolaris

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FcStrCopyFilename(3)													      FcStrCopyFilename(3)

NAME
FcStrCopyFilename - create a complete path from a filename
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcChar8 * FcStrCopyFilename (const FcChar8 *s);
DESCRIPTION
FcStrCopyFilename constructs an absolute pathname from s. It converts any leading '~' characters in to the value of the HOME environment variable, and any relative paths are converted to absolute paths using the current working directory. Sequences of '/' characters are con- verted to a single '/', and names containing the current directory '.' or parent directory '..' are correctly reconstructed. Returns NULL if '~' is the leading character and HOME is unset or disabled (see FcConfigEnableHome).
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcStrCopyFilename(3)
Related Man Pages
fcconfiggetrescaninterval(3) - opensolaris
fcdircacheloadfile(3) - opensolaris
fcfilescan(3) - opensolaris
fclangsethaslang(3) - opensolaris
fcstrcopyfilename(3) - opensolaris
Similar Topics in the Unix Linux Community
Help with reading directory paths with spaces from a file
What is the meaning the $ special character?