When you are generating report
in your application then everytime
you run it then it will automatically
create temp files.

To avoid these junk files you
have to kill the TEMP files.

Code Syntax: KILL "Directory\Temp filename"

Sample (delete all temp files):
KILL "D:\OMI FILES\Project\*.TMP"

Sample (specific temp file):
KILL "D:\OMI FILES\Project\Report.TMP"

Recommended Answers

All 2 Replies

Is it the code snippet?
Then put it in Snippets using code tags..

I tried to use code tags
but an error appeared saying,

YOU CANNOT CREATE YOUR OWN TAG
USE AVAILABLE TAGS (paraphrased)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.