I have uploaded a zip file in the file asset.
My requirement: The file will be unzipped when the user first open the app.
But block shows the file does not exist.
But the file contains in assets.
Is it right path?
I have uploaded a zip file in the file asset.
My requirement: The file will be unzipped when the user first open the app.
But block shows the file does not exist.
But the file contains in assets.
Is it right path?
If the file is in assets then it should be //(zip file name)
Does that work for you?
I don’t think so.
So why is the answer from @WatermelonIce the solution?
His answer that the zip file must start with //
is correct, but it does not solve the problem, because the File component cannot access the assets (specially with the APK).
I really don’t know how many times I’ve reported this issue / bug, e.g. here:
If I’m wrong, please teach me!
Yes, as can be seen from blocks:
but this doesn’t work as I mentioned many times.
I don’t know why I am the solution, if that’s doesn’t work
It wasn’t a question for you, of course, but a question for @bangladesh_firoz.
But this forum should be for helping others. And this is certainly not the case when marking answers as solutions that aren’t.
I removed the solution that he marked.