Skip to content

Commit 29ba134

Browse files
authored
Merge pull request #176 from end2endzone/feature-issue174 #174
Added missing fixed properties to the documentation.
2 parents 7bdf6bd + 9e709d3 commit 29ba134

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

UserManual.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,16 +1742,18 @@ The application defines a list of properties about the current runtime. The valu
17421742

17431743
The 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

17571759
Fixed properties are encoded in utf-8.

0 commit comments

Comments
 (0)