Return path to current executable assuming it was invoked with argv0. If path could not be determined, returns an empty path.
The path to the current executable, or an empty path if unknown.
| Name | Description |
|---|---|
| argv0 | The argv[0]value the process was invoked with. |