www.LinuxHowtos.org
FcFileIsDir
Section: (3)Updated: 02 July 2025
Index Return to Main Contents
NAME
FcFileIsDir - check whether a file is a directorySYNOPSIS
#include <fontconfig/fontconfig.h> FcBool FcFileIsDir (const FcChar8 *file);
DESCRIPTION
Returns FcTrue if file is a directory, otherwise returns FcFalse.