Thread: fileexists
View Single Post
  #1  
Old 04-30-2007, 08:25 PM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
fileexists

Whats the deal with fileexists()? Is it just not working correctly? This is starting to annoy me..

PHP Code:
function PosseExistsgetfile) {
  return 
fileExists("documents/posses/" getfile ".arc");


No matter what I try, fileExists() constantly returns false.
__________________


CAUTION
Reply With Quote