Re: how to move files to trash?
Re: how to move files to trash?
- Subject: Re: how to move files to trash?
- From: Sascha Kujawa <email@hidden>
- Date: Wed, 29 Oct 2003 22:09:22 +0100
Have you looked at NSWorkspaceRecycleOperation in NSWorkspace? I've
never used it myself, so I don't know if / how it works.
yes... that works like a charm, thanks alot! :)
Btw, I also just found another, completely unrelated, nice feature
of NSWorkspace that saved me hours and only took 10 seconds
to implement (without further to-be-done optimizations so far):
[aCell setImage:[[NSWorkspace sharedWorkspace] iconForFile:tempPath]];
With greetings from Germany
Sascha Kujawa
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.