Added a debug log to investigate #8685, as it worksforme. Refs #8685
[adiumx.git] / Other / XtrasCreator / NSFileManager+BundleBit.h
blob4d1c81f8c4b801ad3a9f29d2c82f92f9a1f5b6e3
1 //
2 // NSFileManager+BundleBit.h
3 // XtrasCreator
4 //
5 // Created by Mac-arena the Bored Zo on 2005-10-31.
6 // Copyright 2005 Adium Team. All rights reserved.
7 //
9 @interface NSFileManager (BundleBit)
11 //both of these can work on a directory as well.
12 - (BOOL) bundleBitOfFile:(NSString *)path;
13 - (void) setBundleBitOfFile:(NSString *)path toBool:(BOOL)newValue;
15 @end