This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
token:FinderSelection [2021/10/15 01:58] peternlewis created |
token:FinderSelection [2024/12/15 23:38] (current) peternlewis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FinderSelection and FinderSelections Token ====== | + | ====== FinderSelection(s) Token ====== |
The //%FinderSelection%// token returns (v10.0+) the path of the currently selected file in the Finder. If there is none or more than one file selected, then it returns the empty string. | The //%FinderSelection%// token returns (v10.0+) the path of the currently selected file in the Finder. If there is none or more than one file selected, then it returns the empty string. | ||
- | The //%FinderSelections%// token returns (v10.0+) the paths of the currently selected file in the Finder, one per line. | + | The //%FinderSelections%// token returns (v10.0+) the paths of the currently selected files in the Finder, one per line. |
+ | |||
+ | Prior to v11, if the selection was an alias/link, this token would return the target of the link. As of v11.0+, the token returns the alias/link. | ||
===== See Also ===== | ===== See Also ===== | ||
Line 14: | Line 16: | ||
=== Tokens === | === Tokens === | ||
+ | * [[token:FinderInsertionLocation|%FinderInsertionLocation%]] token | ||
* [[:Tokens |See all Tokens]] | * [[:Tokens |See all Tokens]] | ||