.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcStrBuildFilename" "3" "01 January 2024" "Fontconfig 2.15.0" "" .SH NAME FcStrBuildFilename \- Concatenate strings as a file path .SH SYNOPSIS .sp \fB#include .sp FcChar8 * FcStrBuildFilename (const FcChar8 *\fIpath\fB, \&...\fI\fB); \fR .SH "DESCRIPTION" .PP Creates a filename from the given elements of strings as file paths and concatenate them with the appropriate file separator. Arguments must be null-terminated. This returns a newly-allocated memory which should be freed when no longer needed.