FcFileIsDir

Section: (3)
Updated: 28 11月 2020
Page Index
 

NAME

FcFileIsDir - check whether a file is a directory  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcBool FcFileIsDir (const FcChar8 *file);
 

DESCRIPTION

Returns FcTrue if file is a directory, otherwise returns FcFalse.


 

Index

NAME
SYNOPSIS
DESCRIPTION