Shortcut to Rapid Access folders

Features wanted...
Post Reply
Meldiesal
Posts: 7
Joined: 14 Jan 2019 03:27

Shortcut to Rapid Access folders

Post by Meldiesal »

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"?

yusef88
Posts: 1148
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Shortcut to Rapid Access folders

Post by yusef88 »

+1
In this way, xy could convert any real path to a special path

admin
Site Admin
Posts: 64695
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Shortcut to Rapid Access folders

Post by admin »

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

admin
Site Admin
Posts: 64695
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Shortcut to Rapid Access folders

Post by admin »

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.

Meldiesal
Posts: 7
Joined: 14 Jan 2019 03:27

Re: Shortcut to Rapid Access folders

Post by Meldiesal »

Works great! Thank you :D

klownboy
Posts: 4387
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440

Re: Shortcut to Rapid Access folders

Post by klownboy »

Note: This is a quick shot that will probably need to be given more attention later on.
You stated this in the beta notes, but I figured I'd let you know anyway that the examples for raf:C:\Users\Ken\AppData\Roaming do not work in the menu Scripting > Run script... that do run in the Address Bar.

admin
Site Admin
Posts: 64695
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Shortcut to Rapid Access folders

Post by admin »

Well, it's not a script. :)

klownboy
Posts: 4387
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440

Re: Shortcut to Rapid Access folders

Post by klownboy »

OK, soraf() is a SC, but raf:C:\bla\bla\bla is not. :whistle:

admin
Site Admin
Posts: 64695
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Shortcut to Rapid Access folders

Post by admin »

bingo

klownboy
Posts: 4387
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440

Re: Shortcut to Rapid Access folders

Post by klownboy »

Just so everyone knows, this minor addition makes it scriptable (i.e., it makes the raf and goes to it) GOTO "raf:F:\MP3";

Post Reply