in reply to Deleting Files on NT

The following snippet should tell you if your sucessful
$file = "FileToDelete"; $res = unlink $file; print qq($res\n);
The number of files deleted will be reported.
Are you sure you have pernission to write to the file?
ls -l
in *nix, but unsure under NT