Possible Duplicate:
Using Cocoa to create an icon for a folder
I'm trying to set a custom folder image, but only with cocoa, as dropbox:
But I realized that this isn't really simple.
Anyone with some solution/tip?
Possible Duplicate:
Using Cocoa to create an icon for a folder
I'm trying to set a custom folder image, but only with cocoa, as dropbox:
But I realized that this isn't really simple.
Anyone with some solution/tip?
Use - (BOOL)setIcon:(NSImage *)image forFile:(NSString *)fullPath options:(NSWorkspaceIconCreationOptions)options
method of NSWorkspace Class.