Whats the deal with fileexists()? Is it just not working correctly? This is starting to annoy me..
PHP Code:
function PosseExists( getfile) {
return fileExists("documents/posses/" @ getfile @ ".arc");
}
No matter what I try, fileExists() constantly returns false.