Change Log for the latest
XYplorer BETA version:
Code: Select all
v25.90.0146 - 2024-05-15 15:10
+ Scripting got a new function.
Name: RAF
Action: Sets, adds, or removes Rapid Access Folders.
Syntax: raf(itemlist, [mode=a], [separator=CRLF])
itemlist: List of items, separated by separator, to set, add, or remove.
mode: Type of action.
a: [Default] Add to current RAF.
r: Remove from current RAF.
First it compares the passed items with the display names (left of ">" in the
definition). If there is no match, it compares them with the target paths
(right of ">" in the definition).
s: Set as new RAF (dump previous).
separator: List separator. Defaults to CRLF.
return: The current RAF, separated by separator.
Examples:
raf("C:\Windows"); //add Windows folder
raf("C:\Windows|Downloads", a, "|"); //add Windows and Downloads folder
raf("<xydata>"); //add XYplorer data folder (automatic display name)
raf("XY Config><xydata>"); //add XYplorer data folder (explicit display name)
text raf(<clp>, s); //set whatever is in the clipboard, return current RAF
raf("Windows", r); //remove Windows folder (by display name)
raf("C:\Windows", r); //remove Windows folder (by target path)
text raf(); //just return current RAF
! Tree | Rapid Access: MUSD on VFO RAF got the bottom item wrong. Fixed.
! Hover Box: Various Hover Boxes over special items in RAF, MUSD on RAF, and
Breadcrumb Dropdowns, did not work alright. Fixed.

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.