I want to load a File from the Internal Storage file directory. I try to specify the path in this way:
File("${context.filesDir.absolutePath}/zipfile.zip/name.png")
but I receive the error: No such file or directory
.
There is a way to specify the path of name.png without unzipping it with ZipFile class?