On Jul 1, 2009, at 9:34 AM, Ken Thomases wrote:
On Jul 1, 2009, at 11:26 AM, David Blanton wrote:
        in .h file

        NSMutableArray *m_sources;
[...]
m_sources = [volumes stringsByAppendingPaths:[defaultManager directoryContentsAtPath:volumes]];

-stringsByAppendingPaths: returns an NSArray*. That is not an NSMutableArray*. (NSMutableArray is-a NSArray, though, of course.)

Note that, if you want a mutable array, you can wrapper the return- result in [NSMutableArray arrayWithArray: ... ]

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

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

Reply via email to