Hi,
I have a directory of files that are always in this format:
123456.txt
845133.txt
123545.txt
I can import them quite happily into my database without issues. However, the files get imported based on their modified date. I want to import them in the order they appear in the directoy or by ascending numerical order.
So, the above would be imported in this order:
123456.txt
123545.txt
845133.txt
Any ideas gratefully recived
Thanks,
--
SM
I have a directory of files that are always in this format:
123456.txt
845133.txt
123545.txt
I can import them quite happily into my database without issues. However, the files get imported based on their modified date. I want to import them in the order they appear in the directoy or by ascending numerical order.
So, the above would be imported in this order:
123456.txt
123545.txt
845133.txt
Any ideas gratefully recived
Thanks,
--
SM