I'm having the oddest problem ever with Windows 7: My scripts positively CAN create files in a given directory, but then are unable to delete those same files.
My server is currently a local XAMPP, and I don't have this issue in ubuntu, centOS or a windows XP VM I have. Only on the Windows 7 one.
The files permissions are such that Everyone has full control, SYSTEM has full control, and my own user also has full control.
The directory is C:\Users\cfv\Desktop\kit and I'm running the scripts in the following manner:
Windows+R -> cmd -> php script.php
What exactly am I doing wrong here and how do I set the environment up in a manner that allows me to delete this files I'm creating?