Skip navigation.
 
mlRe: Easiest way to delete a file
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


Related mailsAuthorDate
mlEasiest way to delete a file bmackin Jan 10, 18:24
mlRe: Easiest way to delete a file Eric Peyton Jan 10, 18:42
mlRe: Easiest way to delete a file David Remahl Jan 10, 18:56
mlRe: Easiest way to delete a file Andreas Monitzer Jan 10, 23:03
mlRe: Easiest way to delete a file Ondra Cada Jan 11, 00:04
mlRe: Easiest way to delete a file Charles Srstka Jan 11, 01:38
mlRe: Easiest way to delete a file Andreas Monitzer Jan 11, 16:19