mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Patches submitted from May 20 to Aug 28 1997
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f0a72da206
commit
25afcc3594
119 changed files with 16409 additions and 1698 deletions
|
@ -382,7 +382,7 @@ static NSFileManager* defaultManager = nil;
|
|||
values[8] = NSFileTypeUnknown;
|
||||
|
||||
return [[[NSDictionary alloc]
|
||||
initWithObjects:values forKeys:keys count:5]
|
||||
initWithObjects:values forKeys:keys count:9]
|
||||
autorelease];
|
||||
}
|
||||
|
||||
|
@ -661,11 +661,11 @@ static NSFileManager* defaultManager = nil;
|
|||
currentFileName = [manager
|
||||
stringWithFileSystemRepresentation:dirbuf->d_name
|
||||
length:strlen(dirbuf->d_name)];
|
||||
currentFileName = [[pathStack lastObject]
|
||||
stringByAppendingPathComponent:currentFileName];
|
||||
currentFileName = [[[pathStack lastObject]
|
||||
stringByAppendingPathComponent:currentFileName] retain];
|
||||
// Full path of current file
|
||||
currentFilePath = [topPath
|
||||
stringByAppendingPathComponent:currentFileName];
|
||||
currentFilePath = [[topPath
|
||||
stringByAppendingPathComponent:currentFileName] retain];
|
||||
// Check if directory
|
||||
cpath = [manager fileSystemRepresentationWithPath:currentFilePath];
|
||||
// Do not follow links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue