Re: Easiest way to delete a file
Re: Easiest way to delete a file
- Subject: Re: Easiest way to delete a file
- From: David Remahl <email@hidden>
- Date: Thu, 10 Jan 2002 18:56:23 +0100
>
If I have the path to a file what is the easiest way to delete it (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)
Hehehehe..."I am not talking about a virus or something", as if that was the
only imaginable reason one would like to delete a file ;-)
>
Sorry if this is a simple question, but I am just learning Cocoa.
Documented:
[NSFileManager removeFileAtPath:handler:]
<file:///System/Library/Frameworks/Foundation.framework/Versions/C/Resources
/English.lproj/Documentation/Reference/ObjC_classic/Classes/NSFileManager.ht
ml>
/ Sincerely, David Remahl