This is useful, for example, when you view a tab that lists all of the files you have recently opened:
Code: Select all
<get list_recentlyopenedfiles> ? /silent=1
Code: Select all
<get list_recentlyopenedfiles> ? /silent=1
Code: Select all
a1.txt
a2.txt
b1.exe
b2.exe
c1.txt
c2.txt
Code: Select all
b1.exe
b2.exe
a1.txt
a2.txt
c1.txt
c2.txt
Code: Select all
c1.txt
a1.txt
a2.txt
b1.exe
b2.exe
c2.txt
Code: Select all
c1.txt
b1.exe
b2.exe
a1.txt
a2.txt
c2.txt
<get list_recentlyopenedfiles> ? /silent=1sortbylist <get list_recentlyopenedfiles>; with the recent list tab visible, I think it is what you are trying to explain you want.AhIf the list is empty (eg. fresh, check list management) you will get a recursive search of the folder that is open.
text get("list_recentlyopenedfiles");Yes, it seems this is exactly what I asked for, thanks!If you run this script sortbylist <get list_recentlyopenedfiles>; with the recent list tab visible, I think it is what you are trying to explain you want.
? /silent=1.