FROM : Eric Peyton
DATE : Thu Jan 10 18:42:30 2002
Look at NSFileManager ...
- (BOOL)removeFileAtPath:(NSString *)path handler:handler;
You will want to read the documentation to understand the handler
correctly.
Eric
On Thursday, January 10, 2002, at 11:24 AM, Ben Mackin wrote:
> 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)
>
> Sorry if this is a simple question, but I am just learning Cocoa.
>
> Thanks,
> Ben
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
DATE : Thu Jan 10 18:42:30 2002
Look at NSFileManager ...
- (BOOL)removeFileAtPath:(NSString *)path handler:handler;
You will want to read the documentation to understand the handler
correctly.
Eric
On Thursday, January 10, 2002, at 11:24 AM, Ben Mackin wrote:
> 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)
>
> Sorry if this is a simple question, but I am just learning Cocoa.
>
> Thanks,
> Ben
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
| 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

