- Timestamp:
- 05/06/2009 09:15:50 PM (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/FRAppliance/SapphireApplianceController.m
r820 r838 549 549 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 550 550 if(![[NSFileManager defaultManager] isDirectory:dirPath]) 551 { 552 [pool release]; 551 553 return; 554 } 552 555 553 556 if(![dirPath isAbsolutePath]) 557 { 558 [pool release]; 554 559 return; 560 } 555 561 556 562 dirPath = [dirPath stringByResolvingSymlinksInPath];
