add a comparison method for the transfer names to sort the exact same way the Finder does

This commit is contained in:
Mitchell Livingston
2008-06-27 05:15:50 +00:00
parent fd06d85aee
commit 313885df00
5 changed files with 23 additions and 9 deletions

View File

@@ -38,6 +38,7 @@
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
- (NSComparisonResult) compareFinder: (NSString *) string; //how the Finder compares strings
- (NSComparisonResult) compareIP: (NSString *) string;
@end