@@ -1742,16 +1742,18 @@ The application defines a list of properties about the current runtime. The valu
17421742
17431743The following table defines the list of fixed properties and their utility:
17441744
1745- | Property | Description |
1746- | -----------------------| ----------------------------------------------------------|
1747- | application.path | Matches the full path of the shell extension DLL. |
1748- | application.directory | Matches the directory of the shell extension. |
1749- | log.directory | Matches the directory where the logs are created. |
1750- | config.directory | Matches the directory of the configuration files. |
1751- | home.directory | Matches the home directory of the current user. |
1752- | path.separator | Matches the ` \ ` character. |
1753- | line.separator | Matches the ` \r\n ` string. |
1754- | newline | Matches the ` \r\n ` string. Same as ` ${line.separator} ` . |
1745+ | Property | Description |
1746+ | -------------------------------| ---------------------------------------------------------|
1747+ | application.path | Matches the full path of the shell extension DLL. |
1748+ | application.directory | Matches the directory of the shell extension. |
1749+ | application.install.directory | Matches the directory where ShellAnything is installed. |
1750+ | application.version | Matches ShellAnything current version. |
1751+ | log.directory | Matches the directory where the logs are created. |
1752+ | config.directory | Matches the directory of the configuration files. |
1753+ | home.directory | Matches the home directory of the current user. |
1754+ | path.separator | Matches the ` \ ` character. |
1755+ | line.separator | Matches the ` \r\n ` string. |
1756+ | newline | Matches the ` \r\n ` string. Same as ` ${line.separator} ` . |
17551757
17561758
17571759Fixed properties are encoded in utf-8.
0 commit comments