Problem with FindNextFile order
-
Hi I'm using FindNextFile() to extract file.Problem is i need to extract them in numerical order.I had ordered them proper through Windows explorer, but it seems that FindNextFile() doesnt retrieve the files in that order. Is it not supposed to retrieve the files in order? Is there any way i can retrieve the files in order? thks
-
Hi I'm using FindNextFile() to extract file.Problem is i need to extract them in numerical order.I had ordered them proper through Windows explorer, but it seems that FindNextFile() doesnt retrieve the files in that order. Is it not supposed to retrieve the files in order? Is there any way i can retrieve the files in order? thks
raner wrote: Is there any way i can retrieve the files in order? no. you will have to sort the files yourself. -c
When history comes, it always takes you by surprise.
-
Hi I'm using FindNextFile() to extract file.Problem is i need to extract them in numerical order.I had ordered them proper through Windows explorer, but it seems that FindNextFile() doesnt retrieve the files in that order. Is it not supposed to retrieve the files in order? Is there any way i can retrieve the files in order? thks
raner wrote: Is it not supposed to retrieve the files in order? Yes, but the order is completely dependent on what the underlying filesystem defines it to be.