I want to unlink a file, using php v.4.0.0 and Windows NT.
I read on other posts and on php.net, that unlink does not work in PHP prior to v. 4.0.3.
Is there are workaround for this on PHP v.4.0.0
I currently get the following Error:
Warning: Unlink failed (Permission denied) in C:\apache\htdocs\admin\update_db.php3 on line 98
using:
unlink ("../update_files/update_cvt.mdb");
Thanks!
Patrick