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