Re: [PHP] Deleting a read-only file (Windows)

2002-06-26 Thread Neil Freeman
According to the manual "This function is not implemented on Windows platforms". Gave it a go though and it works! Cheers Dan, Neil Analysis & Solutions wrote: > ** > This Message Was Virus Checked With : SAVI 3.58 May 200

Re: [PHP] Deleting a read-only file (Windows)

2002-06-26 Thread Analysis & Solutions
On Wed, Jun 26, 2002 at 11:34:10AM +0100, Neil Freeman wrote: > > I'm trying to delete a file using PHP's unlink() function (on Windows). > This works fine on writable files but fails when trying to delete > read-only files. How can I delete read-only files? Is there a function > available to

Re: [PHP] Deleting a read-only file (Windows)

2002-06-26 Thread Neil Freeman
unlink() works fine apart from when trying to delete read-only files. Thanks for the suggestion anyway. Neil Lowell Allen wrote: > ** > This Message Was Virus Checked With : SAVI 3.58 May 2002 > Last Updated 14th June 2002

Re: [PHP] Deleting a read-only file (Windows)

2002-06-26 Thread Lowell Allen
> From: Neil Freeman <[EMAIL PROTECTED]> > > I'm trying to delete a file using PHP's unlink() function (on Windows). > This works fine on writable files but fails when trying to delete > read-only files. How can I delete read-only files? Is there a function > available to change the permissions?