Introduction
Favoritos is a simple script to display the items in your favorite folders/files list and then start the selected item.
Instructions
Simply download and load the
Favoritos.xys script. By default, it will display the items in both the favorite folders and files list.At the top of the script are a couple variables you can switch between
true/false...
$shortenPathCaptions: If no caption has been defined, this will shorten the displayed name of the favorite items to only theParent\Nameof the path. Useful to avoid a bunch of horizontal scrolling.
$sortAlphabeticalywill sort the favorites alphabetically, otherwise the folders will be listed before the files.
#565, which seems to act on the <curpath> instead of the selected list item... Maybe I'll use a work-around at some point If you would like to display only the items in the Favorite Folders list, you'll need to set a global variable before loading the script.
Code: Select all
::perm $P_FAVORITOS_TYPE = "folders"; load "<xyscripts>\Favoritos.xys";files
Code: Select all
::perm $P_FAVORITOS_TYPE = "files"; load "<xyscripts>\Favoritos.xys";Download
XYplorer Beta Club