[Contents]
2. Interpreter Architecture
2.16. Other System Dependant Functions
2.16.7. file_isdir
[<<<]
[>>>]
@c return true if the file is a directory
int file_isdir(char *pszFileName ){
[<<<]
[>>>]