2

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: Dropbox custom folder image
But I realized that this isn't really simple.

Anyone with some solution/tip?

Community
  • 1
  • 1

1 Answers1

1

Use - (BOOL)setIcon:(NSImage *)image forFile:(NSString *)fullPath options:(NSWorkspaceIconCreationOptions)options method of NSWorkspace Class.

Parag Bafna
  • 22,812
  • 8
  • 71
  • 144