In my C# application, I am using robocopy for with option /s for copying sub folders also.
Suppose I have files & folders from the last month.
Which file will it copy first, the latest one or the older one?
Is there any way that we can specify that it should copy the old file first or vice versa?