Recently opened files
-
ryskaale
- Posts: 2
- Joined: 25 Aug 2026 11:17
Recently opened files
Would it be possible to have a button to list files recently opened from XYplorer? (similar to recently accessed folders)
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
Tools | List Management | Recently Opened Files...
The number of the command is #632. You can add a user button to the toolbar pointing to
The number of the command is #632. You can add a user button to the toolbar pointing to
#632; on left-click.FAQ | XY News RSS | XY X
-
ryskaale
- Posts: 2
- Joined: 25 Aug 2026 11:17
Re: Recently opened files
Thank you!
This is not, however, solving my "problem"
If i click on recent folders button (sorry, i use Czech language interface, thus it may have slightly different name in English), it offers me a drop-down list where clicking on one of the items opens the folder again.
If i click on the button I now created, as you suggested, it opens a list, but it is "just information", but not an interactive list, where i could reopen the file.
Sorry, i am not sure if i am clearly explaining my point.... :-(
This is not, however, solving my "problem"
If i click on recent folders button (sorry, i use Czech language interface, thus it may have slightly different name in English), it offers me a drop-down list where clicking on one of the items opens the folder again.
If i click on the button I now created, as you suggested, it opens a list, but it is "just information", but not an interactive list, where i could reopen the file.
Sorry, i am not sure if i am clearly explaining my point.... :-(
Last edited by ryskaale on 25 Aug 2026 14:59, edited 1 time in total.
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
Okay, try menu File | Open... The files you are looking for are in the dropdown list.
FAQ | XY News RSS | XY X
-
RalphM
- Posts: 2122
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Recently opened files
First time I opened that menu and noticed that the list doesn't scroll by mouse wheel.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
2026-08-30: Nope, it was a not a tB issue.
FAQ | XY News RSS | XY X
-
ryskaale
- Posts: 2
- Joined: 25 Aug 2026 11:17
Re: Recently opened files
Thank you.
This is what I was looking for. However, it is 3 clicks (file - open - click on dropdown menu). It would be a "nice-to-have" feature, if this list could be opened by a dedicated button on the bar. Exactly like you have made it with "last locations" (folders).
Before I switched to XYplorer, I used for quite a while QTTabBar. I have tweaked it almost to perfection and it made my life much easier. I had to find an alternative solution as it stopped working after one of the recent W11 updates. The "last files" was one of the features which I found there particularly helpful.
As this is "Wishes" category, this feature would be my wish :-)
This is what I was looking for. However, it is 3 clicks (file - open - click on dropdown menu). It would be a "nice-to-have" feature, if this list could be opened by a dedicated button on the bar. Exactly like you have made it with "last locations" (folders).
Before I switched to XYplorer, I used for quite a while QTTabBar. I have tweaked it almost to perfection and it made my life much easier. I had to find an alternative solution as it stopped working after one of the recent W11 updates. The "last files" was one of the features which I found there particularly helpful.
As this is "Wishes" category, this feature would be my wish :-)
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
Check out this script:
You can run it through the address bar, or make toolbar button to call it. Still not what you want, but a little closer. And with a filter box! 
Code: Select all
open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
kiwichick
- Posts: 704
- Joined: 08 Aug 2012 04:14
- Location: Windows 10 Pro 22H2, 150% scaling
Re: Recently opened files
This is great, Don, but is there any particular reason that the actual Recently Opened Files dialog window doesn't allow opening the files? Also, it would be great if there was a button, or keyboard modifier for the current Clear button, to remove files that no longer exist rather than clearing the whole list.admin wrote: ↑27 Aug 2026 21:18 Check out this script:
Code: Select all
open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);
Windows 10 Pro 22H2
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
List Management is not made for action. See it as a safety feature: in List Management you work on a list, not on your system.
That modification of the Clear button is an idea. Later...
That modification of the Clear button is an idea. Later...
FAQ | XY News RSS | XY X
-
Horst
- Posts: 1408
- Joined: 24 Jan 2021 12:27
- Location: Germany
Re: Recently opened files
Works but misses the logic to remove files from the list which are no longer exists.admin wrote: ↑27 Aug 2026 21:18 Check out this script:
You can run it through the address bar, or make toolbar button to call it. Still not what you want, but a little closer. And with a filter box!Code: Select all
open inputselect("Open any of the Recently Opened Files", get("list_recentlyopenedfiles"), <crlf>, 5);![]()
Currently, this gives a script error.
Also, Tools / List Management /Recently Opened files doesn't contain a function to remove such entries.
Windows 11 Home, Version 25H2 (OS Build 26200.945)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Horst
- Posts: 1408
- Joined: 24 Jan 2021 12:27
- Location: Germany
Re: Recently opened files
To see the attached files, you need to log into the forum.
Windows 11 Home, Version 25H2 (OS Build 26200.945)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1423b (x64), Everything Toolbar 3.3, Listary Pro 7.0.0.9 beta
-
admin
- Site Admin
- Posts: 66715
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recently opened files
Ah, that currently depends on the file type (some throw a script error, some throw other errors), which is a somewhat chaotic situation. I will change SC open to check before opening a file and throw an error right away if you try.
FAQ | XY News RSS | XY X
XYplorer Beta Club