--- sidebar_label: computeSystemExecutablePath --- # computeSystemExecutablePath() function #### Signature: ```typescript export declare function computeSystemExecutablePath( options: SystemOptions ): string; ``` ## Parameters <table><thead><tr><th> 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> **Returns:** string