mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
([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:
parent
6d33811e4a
commit
8586953444
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,12 @@ static Class NSMutableDictionary_concrete_class;
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ dictionaryWithContentsOfFile:(NSString *)path
|
||||||
|
{
|
||||||
|
return [[[self alloc] initWithContentsOfFile:path]
|
||||||
|
autorelease];
|
||||||
|
}
|
||||||
|
|
||||||
- (unsigned) count
|
- (unsigned) count
|
||||||
{
|
{
|
||||||
[self subclassResponsibility:_cmd];
|
[self subclassResponsibility:_cmd];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue