Technocrat Posted July 2, 2009 Share Posted July 2, 2009 I am using the php zip library to unzip some files. The problem I am having is those files (and folders) that are created are unable to be deleted by PHP. When trying to use touch() to remove them I get operation denied. I have tried to use chmod() on them as well but that returns the same error. Any ideas on what I should do? Thanks Link to comment https://forums.phpfreaks.com/topic/164541-zip-extraction-permission/ Share on other sites More sharing options...
trq Posted July 3, 2009 Share Posted July 3, 2009 Touch creates files. Link to comment https://forums.phpfreaks.com/topic/164541-zip-extraction-permission/#findComment-868237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.