Hacker News new | ask | show | jobs
by pudquick 4123 days ago
This is the first comment in this discussion I've seen that is actually interesting and might provide an explanation.

The Dropbox file status symbols are a -big hack-. Up until OS X 10.10, for instance, the file browsing interface didn't provide per-file badging at the OS API level. So they literally had to patch the running Finder process to do this.

I wouldn't be surprised to learn something similar is going on with Windows Explorer.

4 comments

No, Windows provides a well-documented way to customize folder and file icons inside Windows Explorer (their equivalent of Finder).
They were patching the running Finder process? wtf?
I know my company has had many problems that were pinned down to Dropbox hooking some Win32 API functions that we use. I am not familiar with the semantics of hooking, but could it be related to that?
Windows has a standard way of doing this, no? I've seen other Windows apps like TortoiseSvn do icon overlays too.