Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

listFiles - Full list of methods for Zipper Documentation is missing

Open nathanh0 opened this issue 10 years ago • 0 comments

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()

nathanh0 avatar Oct 15 '15 14:10 nathanh0