Pavel Repkin
12/02/2021, 8:27 AMlet fileManager = FileManager()
fileManager.unzipItem(at: sourceURL, to: destinationURL)
As far as I know, there is no access in Kotlin to Swift’s FileManager. Instead we have an access to NSFileManager only.
So I’m not able to unzip because FileManager.unzipItem() cannot be called from Kotlin.
Is there a workaround for this problem?Big Chungus
12/02/2021, 8:38 AMwbertan
12/02/2021, 9:29 AMKonstantin Tskhovrebov
12/02/2021, 10:52 AMPavel Repkin
12/03/2021, 9:36 AMPavel Repkin
12/03/2021, 9:38 AM