00001 //copyright 2009 aaronsmith 00002 00003 #import <Foundation/NSFileManager.h> 00004 #import <AvailabilityMacros.h> 00005 00021 @interface NSFileManager (GDAdditions) 00022 00027 - (NSString *) pathToFolderOfType:(const OSType) folderType shouldCreateFolder:(BOOL) create; 00028 00032 - (NSString *) applicationSupportFolder; 00033 00038 - (NSString *) thisApplicationsSupportFolder; 00039 00044 - (NSString *) thisApplicationsSupportFolderByAppName; 00045 00046 @end