Skip to content

Commit

Permalink
Update documentation of attribute searchpath in UserManual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Jan 14, 2024
1 parent 1e03f8f commit b57f4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ For example :

#### searchpath attribute: ####

The `searchpath` attribute allows searching for a file name using the `PATH` environment variable. The attribute defines a file name (including the file extension) to search in the list of directories identified in the `PATH` environment variable. If the given file name cannot be found in a PATH directory, the action execution stop and reports an error.
The `searchpath` attribute allows searching for a file name using the `PATH` environment variable. The attribute defines a file name (including the file extension) to search in the list of directories identified in the `PATH` environment variable. If the file can be found in multiple PATH directories, the first match is used to set the property. If the given file name cannot be found in a PATH directory, the action execution stop and reports an error.

For example, the following sets the property `python.exe.path` to the location of the python interpreter :
```xml
Expand Down

0 comments on commit b57f4a2

Please sign in to comment.