You might want to double check your unlink line...

unlink( "D:/must/use/forward/slashes.txt" );

Also, try creating a file with PHP (via upload) and then see if you can
delete it.

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aut insanit homo, aut versus facit


> -----Original Message-----
> From: Mihai Matei [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 20, 2000 6:13 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] unlink() problem with PHP
> 
> 
>    Hy everybody.
> 
>   I am using PHP4.01 as CGI on IIS . The OS is NT. I am 
> trying to erase some file using unlink() from a directory 
> with access rights corectly set (read/write/execute). The 
> error message i get is "unlink() is not supported under this 
> build of PHP" (or something like this...). I have the corect 
> manual for this build, and it doesn't mention anything about 
> not suporting the unlink() function, so i guess the error 
> message ie eronated :). I tried a different aproach of this 
> situation, so i tried to delete the file using exec() & 
> system() and it didn't worked. I would like to know if there 
> is a different way to erase a file, create and remove a 
> directory from within PHP or i have to use a different 
> language (lige ASP..) for this task? Thank you.
> 
>    MMG
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to