1

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...

4

1 回答 1

0

您只能在应用程序运行时删除文件。临时文件只保存运行之间不需要保留的文件。如果您不希望某个文件在某个时间点之后被使用,那么让您的应用程序将文件存储在它的本地文件夹中。当文件达到其到期日期时,然后在应用程序启动时删除该文件。

于 2012-10-17T16:24:33.440 回答