Page 1 of 1

Release the memory in my applet

Posted: Wed Jul 13, 2016 2:57 am
by ordane
In my project, I need to implement the file structure in the applet. I know that the memory should be released after the file deletion. Now I have several elementary files under the dedicated file. But how can I release the memory in my applet?

Re: Release the memory in my applet

Posted: Wed Jul 13, 2016 5:32 am
by Liguwu
It depends on your implementation. You can just mark the file as deleted and return the appropriate error if someone tries to access it.