Open vysmaty opened 7 months ago
Maybe last active windows list... https://www.autohotkey.com/boards/viewtopic.php?p=561833#p561833
https://www.autohotkey.com/docs/v2/lib/WinGetList.htm Windows are retrieved in order from topmost to bottommost (according to how they are stacked on the desktop).
Menu items for recent visited folder. Limit to... x items. Refresh when menu called.
Sources: Typed paths: (typed :/)HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths
Recent folders: (not from active explorers :/) shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99}
Recent: Not good. C:\Users\marti\AppData\Roaming\Microsoft\Windows\Recent
Easy way : Just get path from existing explorer windows. And sort by path?