Skip to content

Commit

Permalink
Added missing fixed properties to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Sep 12, 2024
1 parent 7bdf6bd commit 9e709d3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1742,16 +1742,18 @@ The application defines a list of properties about the current runtime. The valu

The following table defines the list of fixed properties and their utility:

| Property | Description |
|-----------------------|----------------------------------------------------------|
| application.path | Matches the full path of the shell extension DLL. |
| application.directory | Matches the directory of the shell extension. |
| log.directory | Matches the directory where the logs are created. |
| config.directory | Matches the directory of the configuration files. |
| home.directory | Matches the home directory of the current user. |
| path.separator | Matches the `\` character. |
| line.separator | Matches the `\r\n` string. |
| newline | Matches the `\r\n` string. Same as `${line.separator}`. |
| Property | Description |
|-------------------------------|---------------------------------------------------------|
| application.path | Matches the full path of the shell extension DLL. |
| application.directory | Matches the directory of the shell extension. |
| application.install.directory | Matches the directory where ShellAnything is installed. |
| application.version | Matches ShellAnything current version. |
| log.directory | Matches the directory where the logs are created. |
| config.directory | Matches the directory of the configuration files. |
| home.directory | Matches the home directory of the current user. |
| path.separator | Matches the `\` character. |
| line.separator | Matches the `\r\n` string. |
| newline | Matches the `\r\n` string. Same as `${line.separator}`. |


Fixed properties are encoded in utf-8.
Expand Down

0 comments on commit 9e709d3

Please sign in to comment.