I am programming in C++, Windows I wonder if I can get the order of files in a certain folder. the order of FileFind seems by alphabetic order.
For example. I can drag folders/files in a folder. and if I open it again, the order will remain. I wish I can get this order. Many Thanks!
Sorry for not stating my question clear enough. I thought the order in explorer is about file system. now I know from your answers, It is just explorer's order. Then ,How can I read the order from explorer.
The situation is as bellow: I am writting a image viewer, double-click an Image, open the window. and press "->" "<-", you can navigate the image folder. Users want the order of the navigation in my image viewer is just like the order in explorer. I don't know how to do it.
Is there any shell API todo this?