Sort paths by name

CQTexperiment
Chris Moeller 2013-10-09 11:29:59 -07:00
parent 6008d93a6d
commit 203109ebc3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
[fullPaths addObject:[theUrl path]];
}
[self processPaths: fullPaths];
[self processPaths: [fullPaths sortedArrayUsingSelector:@selector(finderCompare:)]];
[fullPaths release];
}