utilFilenameCompare

fnint utilFilenameCompare(string a, string b)

Compares the given filenames using natural ordering.

Parameters

aa filename to compare with b
ba filename to compare with a

Returns