Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

listFiles - Full list of methods for Zipper Documentation is missing #61

Open
nathanh0 opened this issue Oct 15, 2015 · 0 comments
Open

Comments

@nathanh0
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant