FROM : Andreas Monitzer
DATE : Thu Jan 10 23:03:49 2002
On Thursday, January 10, 2002, at 06:24 , Ben Mackin wrote:
> (for
> the record the files are log files and temp files my app makes in the
> users home directory. I am not talking about a virus or something)
Don't do that. If your app crashes, you leave a real mess. That's what
MS Word does on Windows, I always have to delete 10+ .tmp-files in the
document's folder.
There's a place on Mac OS X for temporary files, it's called /tmp. It's
automatically cleaned up during the boot process.
And for your log-files, you have to decide if they're important after a
reboot. Keep in mind that they might add up to hundreds of megabytes
over a longer period of time.
andy
DATE : Thu Jan 10 23:03:49 2002
On Thursday, January 10, 2002, at 06:24 , Ben Mackin wrote:
> (for
> the record the files are log files and temp files my app makes in the
> users home directory. I am not talking about a virus or something)
Don't do that. If your app crashes, you leave a real mess. That's what
MS Word does on Windows, I always have to delete 10+ .tmp-files in the
document's folder.
There's a place on Mac OS X for temporary files, it's called /tmp. It's
automatically cleaned up during the boot process.
And for your log-files, you have to decide if they're important after a
reboot. Keep in mind that they might add up to hundreds of megabytes
over a longer period of time.
andy
| Related mails | Author | Date |
|---|---|---|
| bmackin | Jan 10, 18:24 | |
| Eric Peyton | Jan 10, 18:42 | |
| David Remahl | Jan 10, 18:56 | |
| Andreas Monitzer | Jan 10, 23:03 | |
| Ondra Cada | Jan 11, 00:04 | |
| Charles Srstka | Jan 11, 01:38 | |
| Andreas Monitzer | Jan 11, 16:19 |






Cocoa mail archive

