* Docs: slight clarification for GetExeExt

git-svn-id: trunk@46140 -
This commit is contained in:
reiniero 2014-09-06 08:14:59 +00:00
parent e569bee5de
commit b3b325a7ea

View File

@ -759,11 +759,11 @@ else
<!-- function Visibility: default -->
<element name="GetExeExt">
<short>
<var>GetExeExt</var> - find the correct extension for an executable file</short>
<var>GetExeExt</var> - find the correct extension (including the starting .) for an executable file</short>
</element>
<!-- function result Visibility: default -->
<element name="GetExeExt.Result">
<short>Returns '.exe' in Windows, nothing in other systems</short>
<short>Returns '.exe' in Windows, nothing in other systems.</short>
</element>
<!-- function Visibility: default -->
<element name="SearchFileInPath">