utilFilenameCompare
fn
int utilFilenameCompare(string a, string b) nothrowCompares the given filenames using natural ordering.
Parameters
a | a filename to compare with b |
b | a filename to compare with a |