Hi
My question can we access the preview image shown by finder in cocoa
can we use it as NSImage object ????
Are these preview images are stored somewhere (means in resource fork )
can we set/edit this preview image
That thread discussed a number of ways to tackle this. The OP in that thread eventually chose a domain-specific solution by using a thumbnail stored in the resource fork by adobe apps, but there are some links and discussions about the actual code that Finder uses to do this.
QLThumbnailImageCreate is probably a better answer, but is 10.5 only. You didn't say what OSs you are targeting, so that may be OK.