I want to delete a file in windows. Under Unix you can use the Unlink() function, but is there an equivalent function in PHP that is supported in Windows?
Thanks in advance,
Eddie
unlink(); seems to work fine for me in Windows, using PHP4, on Apache.