I have an SSIS package that uses the ForEach File loop feature which does process each file in the specific directory, however there are no sorting options, therefore how can I ensure that the files found to be processed are processed in the desired order? such as by createdate and not by name?
TIA
Neil.