<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/isdir.c">
<Name>LQU_IsDir</Name>
<Class>Utilities/Files
<Purpose>
returns 1 if and only if the given path is a directory.
See the description for stat(2) for more details.
<Errors>
A fatal error is issued if LQU_IsDir is called with a null string;
a warning is issued if the string is of length zero.
</Function>
<Decl>
API int
LQU_IsDir(Dir)
    CONST char *Dir;
</Decl>
</Entry>
