Zipper
Zipper copied to clipboard
listFiles - Full list of methods for Zipper Documentation is missing
Chumper,
This library works awesome, thank you so much for building it!
I noticed "listFiles()" wasn't in your main documentation on the front, so I wanted to let you know what I dug up snooping around for that function so I could see what was inside of the ZIP file.
Great job again, we're going to use it in our Laravel Project.
-Nathan
make($pathToFile, $type = 'zip') zip($pathToFile) phar($pathToFile) extractTo($path, array $files = array(), $method = Zipper::BLACKLIST) getFileContent($filePath) add($pathToAdd) addString($filename, $content) getStatus() remove($fileToRemove) getFilePath() close() folder($path) home() delete() getArchiveType() getCurrentFolderPath() contains($fileInArchive) getRepository() getFileHandler() getInternalPath() listFiles() __destruct()