GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2009-Aug-09

Title: DOESFILEEXIST doesn't work with directories
Post by: MrTAToad on 2009-Aug-09
Even if a valid directory exist, DOESFILEEXIST doesn't detect it, and returns FALSE
Title: Re: DOESFILEEXIST doesn't work with directories
Post by: Kitty Hello on 2009-Aug-10
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.
Title: Re: DOESFILEEXIST doesn't work with directories
Post by: MrTAToad on 2009-Aug-10
Do you use the C function "access" ?