Reply to thread

I need to do some further testing, but this should sort it:

[code=php]$localName = str_replace('\\', '/', substr($file->getPathname(), strlen($this->buildRoot) + 1));[/code]

The directory separator in the world of Zip files should always be / but the path name will use \ on Windows.


Back
Top Bottom