G
Guest
I need to programmatically iterate over all files in a folder in order of
file name. I’m using VB.Net and Directory.GetFiles. The problem is that the
numbers are being interpreted as characters versus numbers as the default in
XP. Hence my iterations are Image1.jpg, Image10.jpg, Image11.jpg,
Image2.jpg, Image3.jpg…
I’m looking for a way to have the files in correct numeric order similar to
the XP file explorer view when sorted by the name column.
Thanks in advance!
file name. I’m using VB.Net and Directory.GetFiles. The problem is that the
numbers are being interpreted as characters versus numbers as the default in
XP. Hence my iterations are Image1.jpg, Image10.jpg, Image11.jpg,
Image2.jpg, Image3.jpg…
I’m looking for a way to have the files in correct numeric order similar to
the XP file explorer view when sorted by the name column.
Thanks in advance!