diff -r 5a71993a1a70 -r 5cab3034d3a1 MYDirectoryWatcher.h --- a/MYDirectoryWatcher.h Sat Mar 28 09:36:46 2009 -0700 +++ b/MYDirectoryWatcher.h Wed Sep 02 08:41:25 2009 -0700 @@ -11,7 +11,7 @@ /* A wrapper for FSEvents, which notifies its delegate when filesystem changes occur. */ @interface MYDirectoryWatcher : NSObject { - NSString *_path; + NSString *_path, *_standardizedPath; id _target; SEL _action; UInt64 _lastEventID;