Sorry my bad! The warning states 'createDirectoryAtPath:attributes:' is
depreciated. I was able to get rid of that window warning once the app
launched, miss spelled something in my code. Though I'm still unable to
save the imputed text to the XML. I can provide the entire set of code if
needed to.

On Wednesday, November 21, 2012, Tom Miller wrote:

> Sorry my bad! The warning states 'createDirectoryAtPath:attributes:' is
> depreciated. I was able to get rid of that window warning once the app
> launched, miss spelled something in my code. Though I'm still unable to
> save the imputed text to the XML. I can provide the entire set of code if
> needed to.
>
> On Wednesday, November 21, 2012, Mike Abdullah wrote:
>
>>
>> On 21 Nov 2012, at 21:16, Tom Miller <[email protected]> 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?
>>
>>
>
> --
> -
> Tom Miller
> [email protected] <javascript:_e({}, 'cvml', '[email protected]');>
> pxlc.me
>
>

-- 
-
Tom Miller
[email protected]
pxlc.me
_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to