Revision 925c8ae4 pithos-macos/PithosSyncDaemon.h

b/pithos-macos/PithosSyncDaemon.h
95 95

  
96 96
// containersDictionary contains entries with keys the container names that should be included
97 97
// and values NSArrays that contain the directory names that should be excluded
98
// An empty string denotes that file objects in the container root should be excluded
98
// (also container root file objects with these names)
99
// An empty string denotes that all file objects in the container root should be excluded
100
// Case insensitive filesystem is assumed, so directory names should be in lowercase
101
// and any trailing '/' should be replaced by ':'
99 102
- (id)initWithDirectoryPath:(NSString *)aDirectoryPath 
100 103
              pithosAccount:(PithosAccount *)aPithosAccount 
101 104
       containersDictionary:(NSMutableDictionary *)aContainersDictionary 

Also available in: Unified diff