createZip

fun createZip(files: List<String>, file: File, bufferSize: Int = 2048): String?

Create zip of files

Return

file/folder path on successfull process

Parameters

files

no. of files to make a zip

file

where it is stored