file_2 file_8 file_10 file_11 file_20 file_100 etc. Found this https://rosettacode.org/wiki/Natural_sorting#Dbut there is error on ".groupBy!isDigit" (Error: no property 'groupBy' for type 'string').
with deleted line it works, but order is incorrect, like: file_1 file_10 file_11 file_100 file_2 file_20 etc. How can I do this?