I'm building custom Cloud-based storage access solution on top of OSX FUSE. Everything works fine, however there is a problem with Finder, which tries to download all the files in folder to build file icons.
Does anyone know a good and reliable programmatical way (i.e. coded in my Cocoa application) of disallowing Finder of doing this? Code based on building .DS_Store files, or based on Finder code injection will also be a good solution.