I have a little question: in windows 8 we have "tempFolder". How can i set lifetime for files, that i want to store in this folder?
Dev-center says about this: "temporary: Data that could be removed by the system any time the app isn't running" It's mean that, when app suspended(or minimized) they/system can remove files in temp? If "yes", how to force remove after some time?
Working with html5/js...