([NSDictionary +dictionaryWithContentsOfFile:]): Method implemented.

(From Scott Christley.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-01-09 16:05:09 +00:00
parent 6d33811e4a
commit 8586953444

View file

@ -193,6 +193,12 @@ static Class NSMutableDictionary_concrete_class;
return nil;
}
+ dictionaryWithContentsOfFile:(NSString *)path
{
return [[[self alloc] initWithContentsOfFile:path]
autorelease];
}
- (unsigned) count
{
[self subclassResponsibility:_cmd];