i.e.
Code: Select all
Computer 1:
%MYPath% = C:\Path\
Computer 2:
%MYPath% = D:\XX\Path
RAF Definition:
LPath>%MYPath%
Result:
LPath = <xypath>%MYPath%Code: Select all
Computer 1:
%MYPath% = C:\Path\
Computer 2:
%MYPath% = D:\XX\Path
RAF Definition:
LPath>%MYPath%
Result:
LPath = <xypath>%MYPath%Code: Select all
Additionally, Rapid Access Folders support:
· Environment Variables, eg: %TEMP%
· XYplorer Native Variables, eg: <xydata>
Note that these variables are resolved at startup or when the RAF are created or updated, not when a RAF is clicked.echo %MYPath%;?