3
votes
5answers
71 views
Create temporary file and auto removed
Hi all,
I am writing a anti-leeching download script, and my plan is to create a temporary file, which is named by session ID, then after the session expires, the file will be aut …
2
votes
2answers
45 views
Font.createFont leaves files in temp directory
The code below does its work but leaves copies of the font file in the temp directory each time it is run. These files are named +~JF7154903081130224445.tmp where the number seems …
0
votes
2answers
20 views
Java Project Modules - use InputStream/OutputStream or .tmpFile/byte[]
Hi all,
I found myself passing InputStream/OutputStream objects around my application modules.
I'm wondering if it's better to - save the content to disk and pass something like …
2
votes
4answers
93 views
Limitations of TEMP directory in Windows?
I have an application written in Python that's writing large amounts of data to the %TEMP% folder. Oddly, every once and awhile, it dies, returning IOError: [Errno 28] No space le …
0
votes
0answers
149 views
::CreateFile with the FILE_FLAG_DELETE_ON_CLOSE flag.
Before I describe my problem, here is a description of the program (IHExplorer.exe) I'm writting:
This is a C++ application.
The IHExplorer application is to look as much like a …
0
votes
3answers
46 views
sqlite - temporary data in memory
hi,
my situation: i have a file based sqlite db and want to have all temporary stuff done in memory (temp databases for large queries, etc). i tried using the PRAGMA temp_store = …
0
votes
1answer
32 views
Rsync create new file on file size change
Hi All,
I need to backup (for debugging) some temporary files meanwhile a program running. I used to do it with rsync-ing the /var/tmp/someprogram directory with find . -iname 'bl …
1
vote
1answer
167 views
Cannot open database ‘filename’. It may not be a database…Access 2007
Our program has an option for users to export data into an access database. The user then downloads the database and uses this for reporting, so on and so forth.
Recently, we up …
1
vote
2answers
93 views
How do I prevent Visual Studio from creating obj folders in my source directory?
I've set the OutputPath, IntermediateOutputPath, and BaseIntermediateOutputPath tags in all my csproj files. Despite that, Visual Studio creates extra "obj" folders in my source di …
1
vote
3answers
59 views
Temporary files in .Net
I need to create some bitmaps and save them to the file system. For some reason the MScharting system wants it's background files supplies as paths in string form.
I'm dynamical …
0
votes
1answer
44 views
Creat temporay thumb image in PHP
Hey, i am looking for a method to creat temporay thumb file in PHP. Is there any way not to store the image on the server or delete them right after. What I am looking for is a sol …
1
vote
1answer
58 views
Managing temporary files in a small .NET program
My question is about handling temporary files in a small .NET program. This program/utility just does the following with two URLs:
Download each URL to a string (WebClient.Downloa …
4
votes
7answers
516 views
Deleting Temporary Files after usage
Hi folks
I need to work with some temporary files in my Windows Forms .NET 3.5 application. Those files are opened in an external application that can of course be running for a l …
1
vote
1answer
78 views
Best way to work with temp images in Django?
I'm developing a Django project where I need to serve temporary images, which are generated online. The sessions should be anonymous; anyone should be able to use the service. The …
1
vote
3answers
108 views
Temproray Asp.net files error
Hi when building my application I am getting some temporary files shown in Solution Explorer under Miscellaneous Files lie App_Web_YDKG.VB with following code block in that generat …
