I have a PHP program that needs to delete text files after it processes them.
The text files are sitting on a Windows 2000 Pro PC.
At the moment I am going into the properties of the text file and removing the read only option.
I then run the program and the delete function will work.
Is there a way that I can get the PHP program to remove the read only rights on the file
The text files are sitting on a Windows 2000 Pro PC.
At the moment I am going into the properties of the text file and removing the read only option.
I then run the program and the delete function will work.
Is there a way that I can get the PHP program to remove the read only rights on the file