Reorder file list

dgogoasa

Member
Jul 26, 2018
32
6
8
While in a folder the files are listed in a particular order. A file can be dragged (and the info says moving) but it can only be dropped into a folder.
I need to be able to drop it to another position in the list as this position is important (for a media player for example). Is that doable? Can I based my development on the idea that this behavior will exist at some time?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

What do you mean by another position in the list? Another folder outside of the current folder? If yes, you can also drag it to the treeview folder listing on the left-hand side.

Thanks,
Adam.
 

dgogoasa

Member
Jul 26, 2018
32
6
8
Just that: "another position int he list"... I want the file which is in the list at position 5 to be moved to position 3. Then, when I use the API to get the list of file in folder to get them in this order. In the same folder...