gb.Natural (gb)
Const Natural As Integer = 8
Constant that represents a natural comparison.
A natural comparison will sort strings including numbers in a "natural" way:
Instead of having:
File1.txt File10.txt File2.txt File3.txt ...
You will get:
File1.txt File2.txt File3.txt ... File10.txt