Even if a valid directory exist, DOESFILEEXIST doesn't detect it, and returns FALSE
Yes. Checking for the existance of a directory is not that easy multiplatform (because I check for case insensitive on Linux/Mac, too).
I'll try with the next version.
Do you use the C function "access" ?