2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: computeSystemExecutablePath
|
|
|
|
---
|
|
|
|
|
|
|
|
# computeSystemExecutablePath() function
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function computeSystemExecutablePath(
|
|
|
|
options: SystemOptions
|
|
|
|
): string;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
<table><thead><tr><th>
|
2023-04-06 12:23:10 +00:00
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
Parameter
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
|
|
|
options
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
[SystemOptions](./browsers.systemoptions.md)
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|
2023-04-06 12:23:10 +00:00
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
string
|