On 21 Nov 2012, at 21:16, Tom Miller <t...@pxlc.me> wrote:

> I receive a warning in Xcode about this line of code dealing with the file
> manager,
> 
> 
> 
>     fileManager = [NSFileManager defaultManager];
>     applicationSupportFolder = [self applicationSupportFolder];
>     if ( ![fileManager fileExistsAtPath:applicationSupportFolder
> isDirectory:NULL] ) {
>     [fileManager createDirectoryAtPath:applicationSupportFolder
> attributes:nil];
>     }

Care to tell us what the warning actually is?

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to