2
votes
4answers
99 views
EDITED: Where and how should download temp files?
Say I want to run an exe from the web, well obviously I rather download it to a temp folder.. run it from there, and delete it (or let the OS do so). Is there any convention how to …
0
votes
0answers
109 views
.tmp files appearing in Windows\Temp folder [closed]
There is some program running that is creating .tmp files in my \Windows\Temp folder and filling up the hard drive. How can I determine what program is doing that? Is there some …
0
votes
2answers
323 views
Deleting Java’s “temporary internet files”
In the Java Control Panel on Windows there are settings for "temporary internet files" wherein all the applets and webstart stuff is cached. For certain users of our application th …
2
votes
4answers
543 views
PHP temp file names for uploads colliding
When a user uploads a file, randomly it gets replaced by another user's upload, I've finally tracked down the issue to PHP and the tmp file name being reused. Is there a way to fix …
6
votes
5answers
2k views
How can I unlock a file that is locked by a process in .NET
I want my application to clean all the temp files it used, the problem is that not all the temp files are under my control, so I just want to "brutally" unlock them in order to de …
1
vote
5answers
367 views
Temp file that exists only in RAM?
I'm trying to write an encrpytion using the OTP method. In keeping with the security theories I need the plain text documents to be stored only in memory and never ever written to …
0
votes
2answers
148 views
How can I automatically create (and remove) a temp directory in a Makefile?
Is it possible to have make create a temp directory before it executes the first target? Maybe using some hack, some additional target etc.?
All commands in the Makefile would be …
