getFilesPath

open 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

open 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