Utility class for dealing with (zipped) files.
Static
Tests if a file path exists (and if the user is able to access it).
true if accessible; false otherwise
Zips a file/directory.
file/directory path
the file path of the resulting zip file
thrown if zipping fails
Determines if a file/path is a zip file.
true if the file is zipped; false otherwise
Unzips a zip file.
file needs to exist
thrown if unzipping fails
Deletes an (empty) folder.
path to the directory
Removes a zip file.
file path excluding the .* at the end
Generated using TypeDoc
Utility class for dealing with (zipped) files.