DOESFILEEXIST doesn't work with directories

Previous topic - Next topic

MrTAToad

Even if a valid directory exist, DOESFILEEXIST doesn't detect it, and returns FALSE

Kitty Hello

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.

MrTAToad

Do you use the C function "access" ?