ngCarlos
Results
1
comments of
ngCarlos
Little too late, but hopefully this will help. You need to delete the temporary file created by the library. ``` fun deleteEpubFile(epubFileName: String): Boolean { try { File(getFolioEpubPath(epubFileName)).apply { return...