Hi,
I am reading a dir with files which look something like..
ABC~1086033045490.xml
ANOTHER~1086033045509.xml
ABC~1086032932768.xml
MORE~1086032932847.xml
I would like to handle (read, do something to) each file but I need to do this in order of the after the ~. So I want to sort the files on the number that appears in the filename.
Any ideas..?
Thanks
AcidHawk