Sort paths by name

This commit is contained in:
Chris Moeller 2013-10-09 11:29:59 -07:00
parent 6008d93a6d
commit 203109ebc3

View file

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