adamvolvan7 years agoLevel 1ReplyReport SpamI suggest you to try Long Path Tool for deleting files with too long file path or path too long. Like Reply
jlrdw6 years agoLevel 75ReplyReport SpamAnother option is change directory: https://www.php.net/manual/en/function.chdir.php On mobile earlier: chdir("zips"); chdir("ziptmp"); // step as needed unlink("mytemp.zip"); // add confirmation and error handling // as needed Like Reply
CalebRivers1242 months agoLevel 1ReplyReport SpamLongPathTool provides a way to fix path length errors like those shown here. Like Reply