getFilesPath

fun getFilesPath(zipFilePath: String): List<String>?

Return the files' path in ZIP file.

Return

the files' path in ZIP file

Parameters

zipFilePath

The path of ZIP file.

Throws

if an I/O error has occurred


fun getFilesPath(zipFile: File?): List<String>?

Return the files' path in ZIP file.

Return

the files' path in ZIP file

Parameters

zipFile

The ZIP file.

Throws

if an I/O error has occurred