* Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
* Added -[NSData my_UTF8ToString] to CollectionUtils.
5 // Created by Jens Alfke on 3/25/08.
6 // Copyright 2008 Jens Alfke. All rights reserved.
9 #import <Cocoa/Cocoa.h>
16 /** Absolute time (since 'reference date') to NSDate. 0.0 -> nil. */
17 NSDate* $date( CFAbsoluteTime );
19 /** NSDate to absolute time (since 'reference date'). nil -> 0.0 */
20 CFAbsoluteTime $time( NSDate* );
23 NSTimeInterval TimeIntervalSinceBoot(void);