Skip to content
r0ssar00 edited this page Sep 13, 2010 · 2 revisions

Welcome to the platform wiki!
platform is a framework for cross-platform file tagging. It also includes a few useful classes(see platform/database.h).
It achieves cross-platform compatibility by using conditional includes for platform-specific files that define a common set of functions used by a small set of core functions in platform. ie: for OSX, platform/tags.h includes osx/osx.h which defines the searching and tagging functions platform needs to perform certain actions using Spotlight and Finder.

Clone this wiki locally