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