Modify ↓
Opened 15 years ago
Closed 15 years ago
#1128 closed Feature Request (Completed)
UDF Addition: _WinAPI_PathFindOnPath
Reported by: | danielkza2@… | Owned by: | Jpm |
---|---|---|---|
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)
Changed 15 years ago by danielkza2@…
comment:1 Changed 15 years ago by Jpm
- Milestone set to 3.3.1.2
- Owner changed from Gary to Jpm
- Resolution set to Completed
- Status changed from new to closed
Added in version: 3.3.1.2
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
_WinAPI_PathFindOnPath