utilFilenameCompare

fnint utilFilenameCompare(string a, string b) nothrow

Compares the given filenames using natural ordering.

Parameters

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

Returns