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 2002 
> Last Updated 14th June 2002
> **************************************************************************
> 
> 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 change the permissions?
> 
> 
> Untested, but try setting permissions on the file via chmod('name', 0777).
> 
> --Dan
> 


-- 
----------------------------
Work: [EMAIL PROTECTED]
Home: [EMAIL PROTECTED]

Web:  www.curvedvision.com
----------------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to