Hello all, I have an evolving application that stores very frequently some temporary files.
I know that flash memories have a limited number of writes, so I don't want to use such memory for very frequent data storing. I read from first posts of B4A that file.DirInternal and file.DirInternalCache both uses "internal memory", but it's not clear to me if we are speaking about ram (like a ramdisk) or flash. Any help will be highly appreciated, thanks.
I know that flash memories have a limited number of writes, so I don't want to use such memory for very frequent data storing. I read from first posts of B4A that file.DirInternal and file.DirInternalCache both uses "internal memory", but it's not clear to me if we are speaking about ram (like a ramdisk) or flash. Any help will be highly appreciated, thanks.