Modify ↓
Opened 17 years ago
Closed 16 years ago
#1128 closed Feature Request (Completed)
UDF Addition: _WinAPI_PathFindOnPath
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | Standard UDFs |
| Version: | Severity: | None | |
| Keywords: | winapi, request, contrib | Cc: | danielkza2@… |
Description
Proposal for inclusion of aforementioned function in the standard UDF library. Code is already documented, and it's pretty straight-forward.
In a nutshell, it loops through system and %PATH% directories (and optionally custom ones) looking for the given filename, and returns the first match. Specially useful for launching user-configurable commands.
Attached file includes code, documentation and a short example.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | _WinAPI_PathFindOnPath.au3 added |
|---|
comment:1 by , 16 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Completed |
| Status: | new → closed |
Added in version: 3.3.1.2
Note:
See TracTickets
for help on using tickets.

_WinAPI_PathFindOnPath