Re: [PHP] RE: Spam:[PHP] Error Reporting for file commands

2006-07-25 Thread Jochem Maas
James Nunnerley wrote: >> [snip] >> When the script tries to delete a file, we always check (using >> file_exists) to see whether the file exists before it's deleted. >> >> The check comes back true, but the unlink then fails, saying no file or >> directory there! >> [/snip] >> >> Could you please

[PHP] RE: Spam:[PHP] Error Reporting for file commands

2006-07-25 Thread James Nunnerley
> [snip] > When the script tries to delete a file, we always check (using > file_exists) to see whether the file exists before it's deleted. > > The check comes back true, but the unlink then fails, saying no file or > directory there! > [/snip] > > Could you please post the code you are using to c