Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.
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.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences