Sort paths by name
This commit is contained in:
parent
6008d93a6d
commit
203109ebc3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
[fullPaths addObject:[theUrl path]];
|
||||
}
|
||||
|
||||
[self processPaths: fullPaths];
|
||||
[self processPaths: [fullPaths sortedArrayUsingSelector:@selector(finderCompare:)]];
|
||||
|
||||
[fullPaths release];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue