Firstly, the new Rapid Access feature is fantastic and is already transforming a number of tasks I perform daily.
I have a number of bookmarks and catalog shortcuts that point to directories throughout the file system, but they all open those locations in the This PC node. Would it be possible to add a means to tell XYplorer to open a location in the Rapid Access Folder?
Perhaps something like "%rapidaccess%\Documents" to open the Documents folder in Rapid Access instead of "This PC\C:\Users\Current User\Documents"?
Shortcut to Rapid Access folders
Re: Shortcut to Rapid Access folders
+1
In this way, xy could convert any real path to a special path
In this way, xy could convert any real path to a special path
-
- Site Admin
- Posts: 64695
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Shortcut to Rapid Access folders
This can be done, and I like it. However, the folder will be added to the RAF collection. So it would just be a short way to do two things:
1) Add the folder RAF
2) Go there in RAF
1) Add the folder RAF
2) Go there in RAF
FAQ | XY News RSS | XY X
-
- Site Admin
- Posts: 64695
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Shortcut to Rapid Access folders
Check it out:
Code: Select all
v26.00.0208 - 2024-05-29 19:48
+ Rapid Access Folders: You now can add RAF on-the-fly by prefixing "raf:" to
the path you want to add. If it's not already present in RAF it will be added. Then
you will be taken to the (new) RAF.
Examples:
raf:Documents
raf:C:\Users\Donald\AppData\Roaming\XYplorer
Note: This is a quick shot that will probably need to be given more attention later on.
FAQ | XY News RSS | XY X
Re: Shortcut to Rapid Access folders
Works great! Thank you 

-
- Posts: 4387
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440
Re: Shortcut to Rapid Access folders
You stated this in the beta notes, but I figured I'd let you know anyway that the examples forNote: This is a quick shot that will probably need to be given more attention later on.
raf:C:\Users\Ken\AppData\Roaming
do not work in the menu Scripting > Run script... that do run in the Address Bar.-
- Posts: 4387
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440
Re: Shortcut to Rapid Access folders
OK, so
raf()
is a SC, but raf:C:\bla\bla\bla
is not. 
-
- Posts: 4387
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440
Re: Shortcut to Rapid Access folders
Just so everyone knows, this minor addition makes it scriptable (i.e., it makes the raf and goes to it)
GOTO "raf:F:\MP3";